Skip to content

Commit

Permalink
Fix coverage config for version 7 (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Dec 26, 2022
1 parent beb7be8 commit ff17888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ source =
[coverage:paths]
source =
src
.tox/*/site-packages
.tox/**/site-packages

[coverage:report]
show_missing = True

0 comments on commit ff17888

Please sign in to comment.