Skip to content

Commit

Permalink
95.132% - fix: don't measure third-party packages
Browse files Browse the repository at this point in the history
Avoid measuring code located where third-party packages get installed.
We have to take care to measure --source code even if it is installed in
a third-party location.

This also fixes #905, coverage generating warnings about coverage being
imported when it will be measured.

nedbat/coveragepy#876
nedbat/coveragepy#905

https://nedbat.github.io/coverage-reports/reports/20210410_0285af966a/htmlcov
0285af966a: master
  • Loading branch information
nedbat committed Apr 10, 2021
1 parent 5249d93 commit aef617f
Show file tree
Hide file tree
Showing 117 changed files with 40,739 additions and 0 deletions.
102 changes: 102 additions & 0 deletions reports/20210410_0285af966a/htmlcov/coverage___init___py.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 74 additions & 0 deletions reports/20210410_0285af966a/htmlcov/coverage___main___py.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aef617f

Please sign in to comment.