Skip to content

Commit

Permalink
Fix coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jan 3, 2023
1 parent 52762b0 commit 7742863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ branch = true
source = ["environ"]

[tool.coverage.paths]
source = ["src", ".tox/*/site-packages"]
source = ["src", ".tox/py*/**/site-packages"]

[tool.coverage.report]
show_missing = true
Expand Down

0 comments on commit 7742863

Please sign in to comment.