--- a/src/eric7/RemoteServer/EricServerCoverageRequestHandler.py Tue Feb 27 15:05:53 2024 +0100 +++ b/src/eric7/RemoteServer/EricServerCoverageRequestHandler.py Fri Mar 08 15:30:23 2024 +0100 @@ -125,7 +125,6 @@ @return dictionary containing the reply data @rtype dict """ - # TODO: not implemented yet if self.__cover is None: return { "ok": False, @@ -152,7 +151,6 @@ @return dictionary containing the reply data @rtype dict """ - # TODO: not implemented yet if self.__cover is None: return { "ok": False,