You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In VSCode, modules from foobar1 are highlighted correctly, but modules from foobar2 show "No Coverage."
If the first module is commented out in cov.xml:
Describe the bug
Does not recognize the results of the second test module.
To Reproduce
Directory structure:
The following command is used to generate coverage:
This generates the cov.xml file with the following content:
In VSCode, modules from foobar1 are highlighted correctly, but modules from foobar2 show "No Coverage."
If the first module is commented out in cov.xml:
Or if the order of the modules is swapped:
Then the coverage results switch—modules from foobar2 are correctly displayed, while modules from foobar1 are not.
Expected behaviour
It is expected that after the tests are run, all modules will be highlighted correctly.
Desktop:
The text was updated successfully, but these errors were encountered: