Skip to content

Commit

Permalink
Fix coverage config for coverage 7
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Dec 22, 2022
1 parent ca12ad5 commit 261157e
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -91,7 +91,7 @@ branch = true
source = ["towncrier"]

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

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

0 comments on commit 261157e

Please sign in to comment.