We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d4af8 commit bedabaeCopy full SHA for bedabae
pyproject.toml
@@ -84,3 +84,17 @@ doctest_optionflags = "ALLOW_UNICODE NORMALIZE_WHITESPACE ELLIPSIS"
84
env = "PYTHONHASHSEED=0"
85
filterwarnings = ["ignore::DeprecationWarning"]
86
junit_family = "xunit2"
87
+
88
+[tool.coverage.run]
89
+branch = true
90
+omit = [
91
+ "*/tests/*",
92
+ "nitransforms/conftest.py",
93
+ "nitransforms/patched.py",
94
+]
95
96
+[tool.coverage.report]
97
+exclude_lines = [
98
+ "raise NotImplementedError",
99
+ "warnings\\.warn",
100
0 commit comments