Skip to content

Commit

Permalink
Adjust .coveragerc to include all of src/ (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
  • Loading branch information
bdraco and webknjaz authored Oct 8, 2024
1 parent 90d4e22 commit e924f43
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ show_contexts = true
skip_covered = false

[paths]
source =
src/propcache
*/lib/pypy*/site-packages/propcache
*/lib/python*/site-packages/propcache
*/Lib/site-packages/propcache
_site-packages-to-src-mapping =
src
*/src
*\src
*/lib/pypy*/site-packages
*/lib/python*/site-packages
*\Lib\site-packages

[report]
# small library, don't fail when running without C-extension
Expand Down

0 comments on commit e924f43

Please sign in to comment.