Skip to content

Commit

Permalink
attempt to omit test_*.py from coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash committed Aug 18, 2023
1 parent 8d607cb commit 7c1194a
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 @@ -117,6 +117,12 @@ exclude_lines = [
"show_plot",
]

[tool.coverage.run]
omit = [
# omit anything in test directory anywhere
"*/test/*",
]

[tool.mypy]
ignore_missing_imports = true
namespace_packages = true
Expand Down

0 comments on commit 7c1194a

Please sign in to comment.