Skip to content

Commit

Permalink
Tell coverage about import attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Dec 29, 2021
1 parent c86fbc8 commit 9424a93
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 @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[tool.coverage.run]
parallel = true
branch = true
source = ["attr"]
source = ["attr", "attrs"]

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

0 comments on commit 9424a93

Please sign in to comment.