Skip to content

Commit 1849fff

Browse files
Renamed unused _set_functions.py and added it to omit list for coverage
1 parent 18e0db3 commit 1849fff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
File renamed without changes.

pyproject.toml

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

2829
[tool.coverage.report]
2930
omit = [
3031
"dpctl/tests/*",
3132
"dpctl/_version.py",
33+
"dpctl/tensor/_set_functions_debug.py",
3234
"*/_cython_api*/stringsource",
3335
]
3436

0 commit comments

Comments
 (0)