Skip to content

Commit

Permalink
461: add omit to coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Sharples committed Sep 30, 2024
1 parent 2d5ed8d commit d96c1aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ testpaths = ["test"]

[tool.coverage.run]
source = ["metplotpy/plots"]
omit = [
"config.py",
"config-3.py",
]

[tool.coverage.report]
exclude_also = [
Expand Down

0 comments on commit d96c1aa

Please sign in to comment.