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 7c1194a commit 0bcc3ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ exclude_lines = [
omit = [
# omit anything in test directory anywhere
"*/test/*",
"*/*/test/",
]

[tool.mypy]
Expand Down

0 comments on commit 0bcc3ec

Please sign in to comment.