Skip to content

Commit

Permalink
test: re-omit __pypacakges__ directory from coverage calculation
Browse files Browse the repository at this point in the history
Signed-off-by: Siddhesh Mhadnak <[email protected]>
  • Loading branch information
sid-maddy committed Aug 3, 2024
1 parent d2a33e4 commit 153de72
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 @@ -123,6 +123,7 @@ reportUntypedNamedTuple = "error"
[tool.coverage.run]
branch = false
omit = [
"__pypackages__/*",
"src/mainframe/custom_exceptions.py",
"src/mainframe/database.py",
"src/mainframe/dependencies.py",
Expand Down

0 comments on commit 153de72

Please sign in to comment.