Skip to content

Commit 375560e

Browse files
Exclude dpctl/tests/* and dpctl/_version from coverage reporting
1 parent 2761b47 commit 375560e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ omit = [
2424
"dpctl/_version.py",
2525
]
2626

27+
[tool.coverage.report]
28+
omit = [
29+
"dpctl/tests/*",
30+
"dpctl/_version.py",
31+
]
32+
2733
[tool.pytest.ini.options]
2834
minversion = "6.0"
2935
norecursedirs= [

0 commit comments

Comments
 (0)