diff -r 938039ea15ca -r eab09a1ab8ce eric7/Testing/Interfaces/TestExecutorBase.py --- a/eric7/Testing/Interfaces/TestExecutorBase.py Tue May 17 14:21:13 2022 +0200 +++ b/eric7/Testing/Interfaces/TestExecutorBase.py Tue May 17 17:23:07 2022 +0200 @@ -60,6 +60,7 @@ failedOnly: bool # run failed tests only collectCoverage: bool # coverage collection flag eraseCoverage: bool # erase coverage data first + coverageFile: str # name of the coverage data file class TestExecutorBase(QObject):