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
when I use coverage.py API, it includes the coverage report for the external packages too.
For example:
/usr/lib/python3/dist-packages/yaml/reader.py: - 135 - 139 - 140 - 147 - 148
I don't want to include external packages in my coverage report.
The text was updated successfully, but these errors were encountered:
The usual way to do this is to use the --source= option to limit coverage.py's focus to your own directory: https://coverage.readthedocs.io/en/7.4.1/source.html#execution
--source=
Sorry, something went wrong.
No branches or pull requests
when I use coverage.py API, it includes the coverage report for the external packages too.
For example:
I don't want to include external packages in my coverage report.
The text was updated successfully, but these errors were encountered: