Skip to content

Commit 802efbc

Browse files
Adding */_cython_api*/stringsource pattern to omit for coverage.run/coverage.report
1 parent 874f4fe commit 802efbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ source = [
2222
omit = [
2323
"dpctl/tests/*",
2424
"dpctl/_version.py",
25+
"*/_cython_api*/stringsource",
2526
]
2627

2728
[tool.coverage.report]
2829
omit = [
2930
"dpctl/tests/*",
3031
"dpctl/_version.py",
32+
"*/_cython_api*/stringsource",
3133
]
3234

3335
[tool.pytest.ini.options]

0 commit comments

Comments
 (0)