Skip to content

Commit

Permalink
Omit __main__.py from coverage, the cli is already tested directed
Browse files Browse the repository at this point in the history
  • Loading branch information
ghickman committed Nov 21, 2023
1 parent 9aad692 commit 40b9eba
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 @@ -32,6 +32,7 @@ branch = true
dynamic_context = "test_function"
omit = [
".venv/*",
"metrics/__main__.py",
]
source = [
"metrics",
Expand Down

0 comments on commit 40b9eba

Please sign in to comment.