We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary This is very similar to Support python coverage #224, but the temporary solutions described in the thread do not work.
.coverage
coverageFileNames
xml
coverage xml -o cov.xml
The extension's output after trying both approaches, suggests it worked. Nothing visual has changed.
[1609089081586][coverageservice]: INITIALIZING [1609089093901][coverageservice]: LOADING [1609089108921][coverageservice]: Loading 1 file(s) [1609089108922][coverageservice]: Loaded 1 data file(s)
Versions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
This is very similar to Support python coverage #224, but the temporary solutions described in the thread do not work.
.coverage
to thecoverageFileNames
has no effect.xml
withcoverage xml -o cov.xml
has no effect either.The extension's output after trying both approaches, suggests it worked. Nothing visual has changed.
Versions
The text was updated successfully, but these errors were encountered: