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 7ef237b commit 7bc11f9Copy full SHA for 7bc11f9
pyproject.toml
@@ -107,11 +107,11 @@ markers = [
107
xfail_strict = true
108
109
[tool.coverage]
110
-run.data_file = "test-data/coverage"
+run.data_file = "test-data/.coverage"
111
xml.output = "test-data/coverage.xml"
112
html.directory = "test-data/htmlcov"
113
run.omit = [ "src/testing/*", "tests/*" ]
114
-report.exclude_also = [ "if TYPE_CHECKING:" ]
+report.exclude_also = [ "if TYPE_CHECKING:", "@numba.njit" ]
115
116
[tool.mypy]
117
strict = true
0 commit comments