Skip to content

Commit a93684e

Browse files
committed
Allowed coverage numba functions
1 parent 60cc802 commit a93684e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ python = [ "3.10", "3.13" ]
8484
[tool.hatch.envs.hatch-test]
8585
features = [ "test" ]
8686

87+
[tool.hatch.envs.hatch-test.env-vars]
88+
NUMBA_JIT_COVERAGE = "1"
89+
8790
[tool.ruff]
8891
line-length = 120
8992
src = [ "src" ]

0 commit comments

Comments
 (0)