Skip to content

Commit 7bc11f9

Browse files
committed
fix numba coverage
1 parent 7ef237b commit 7bc11f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ markers = [
107107
xfail_strict = true
108108

109109
[tool.coverage]
110-
run.data_file = "test-data/coverage"
110+
run.data_file = "test-data/.coverage"
111111
xml.output = "test-data/coverage.xml"
112112
html.directory = "test-data/htmlcov"
113113
run.omit = [ "src/testing/*", "tests/*" ]
114-
report.exclude_also = [ "if TYPE_CHECKING:" ]
114+
report.exclude_also = [ "if TYPE_CHECKING:", "@numba.njit" ]
115115

116116
[tool.mypy]
117117
strict = true

0 commit comments

Comments
 (0)