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
Support pytest-cov by disabling include-ignored, allowing pytest-cov to
be run, which has built in support for coverage reporting is VS Code
making it super useful for checking coverage while writing tests.
Related issues:
- pytest-dev/pytest-cov#532
- pytest-dev/pytest-cov#369
Without this the coverage run will fail with an error about conflicting
coverage options.
Configure coverage paths so its easy to run coverage from the command
line with the data downloaded from the CI run, enabling easy analysis
of the coverage data.
0 commit comments