We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbabc08 commit 5070c47Copy full SHA for 5070c47
1 file changed
pyproject.toml
@@ -55,6 +55,7 @@ dev = [
55
"pre-commit-hooks>=6.0.0",
56
"pytest>=8.4.2",
57
"pytest-dependency>=0.6.0",
58
+ "pytest-cov>=7.0.0",
59
"typeguard>=4.4.4",
60
"xdoctest[colors]>=1.3.0",
61
"Pygments>=2.19.2"
@@ -151,8 +152,9 @@ tests = ["tests", "*/tests"]
151
152
153
[tool.coverage.run]
154
branch = true
-source = ["src/mdio", "tests"]
155
+source = ["src/mdio"]
156
relative_files = true
157
+omit = ["tests/*", "noxfile.py"]
158
159
[tool.coverage.report]
160
show_missing = true
0 commit comments