Skip to content

Commit

Permalink
Omit tests from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
pheuer committed Nov 25, 2024
1 parent c799ee5 commit d72ad78
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 @@ -51,3 +51,9 @@ skip = '*.ipynb'
ignore-words-list = """
hax,
vax"""

[tool.coverage.run]
source = ["src"]
omit = [
"*/cr39py/tests/*",
]

0 comments on commit d72ad78

Please sign in to comment.