Skip to content

Commit 9424a93

Browse files
committed
Tell coverage about import attrs
1 parent c86fbc8 commit 9424a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
[tool.coverage.run]
77
parallel = true
88
branch = true
9-
source = ["attr"]
9+
source = ["attr", "attrs"]
1010

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

0 commit comments

Comments
 (0)