We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c7b3c commit b642020Copy full SHA for b642020
1 file changed
pyproject.toml
@@ -42,6 +42,8 @@ select = [
42
43
[tool.coverage.run]
44
branch = true
45
+# Only check coverage for source files
46
+include = ["ocu/**/*.py"]
47
48
[tool.coverage.report]
49
# Regexes for lines to exclude from consideration
@@ -52,11 +54,6 @@ exclude_lines = [
52
54
"pass",
53
55
]
56
-# Only check coverage for source files
-include = [
57
- "ocu/**/*.py",
58
-]
59
-
60
[tool.mypy]
61
disallow_untyped_defs = true
62
0 commit comments