diff -r 622e59b51640 -r abde60847db6 src/eric7/RemoteServerInterface/EricServerCoverageInterface.py --- a/src/eric7/RemoteServerInterface/EricServerCoverageInterface.py Thu Feb 15 13:59:02 2024 +0100 +++ b/src/eric7/RemoteServerInterface/EricServerCoverageInterface.py Fri Feb 16 09:32:27 2024 +0100 @@ -39,14 +39,15 @@ self.__serverInterface = serverInterface - def loadCoverageData(self, dataFile, excludePattern): + def loadCoverageData(self, dataFile, excludePattern=""): """ Public method to tell the server to load the coverage data for a later analysis. @param dataFile name of the data file to be loaded @type str @param excludePattern regular expression determining files to be excluded - @type str + (defaults to "") + @type str (optional) @return tuple containing a success flag and an error message @rtype tuple of (bool, str) """