Skip to content

Commit

Permalink
Exclude dpctl/tests/* and dpctl/_version from coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Sep 9, 2021
1 parent 2761b47 commit 375560e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ omit = [
"dpctl/_version.py",
]

[tool.coverage.report]
omit = [
"dpctl/tests/*",
"dpctl/_version.py",
]

[tool.pytest.ini.options]
minversion = "6.0"
norecursedirs= [
Expand Down

0 comments on commit 375560e

Please sign in to comment.