We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c86fbc8 commit 9424a93Copy full SHA for 9424a93
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
[tool.coverage.run]
7
parallel = true
8
branch = true
9
-source = ["attr"]
+source = ["attr", "attrs"]
10
11
[tool.coverage.paths]
12
source = ["src", ".tox/*/site-packages"]
0 commit comments