Replies: 1 comment
-
Thanks you for reporting this. A small regression was introduced after a recent refactoring. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For a trivial project with the following directory structure:
main.py
tests/FuncTest.py
I ran the operation
Project Name/Code Coverage/Collect and Display Code Coverage
. On theCode Coverage
bar, I launched theAll Tests
operation. A message appeared in theOutput/Collect Coverage
window:Wrote JSON report to coverage.json
. I then ran theReport...
operation and got a message in the report window that the code has zero test coverage:No data -- have you run your code yet? | 0.00%
In the terminal window in the project directory, I verified that
.coverage
andcoverage.json
files were created. I ran thecoverage report -m
command from the command line and got the following results:Beta Was this translation helpful? Give feedback.
All reactions