Skip to content

Commit

Permalink
Tighten up wildcards in coverage paths
Browse files Browse the repository at this point in the history
* Compensates for changes in nedbat/coveragepy#1407
* Fixes #225
  • Loading branch information
offbyone committed Jan 3, 2023
1 parent 3bdc43e commit 97026b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Expand Up @@ -60,6 +60,7 @@ tests = [
"types-mock",
"dataclasses; python_version<'3.7'",
"types-dataclasses; python_version<'3.7'",
"pyyaml",
]
tests-numpy = [
"PyHamcrest[tests]",
Expand All @@ -74,6 +75,7 @@ dev = [
"black",
"tox",
"tox-asdf",
"doc2dash",
]

[project.urls]
Expand Down Expand Up @@ -107,7 +109,7 @@ branch = true
source = ["hamcrest"]

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

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

0 comments on commit 97026b2

Please sign in to comment.