Skip to content

Commit

Permalink
Remove top-level tests from coverage configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Aug 1, 2023
1 parent 5d823cd commit 62176eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ src_paths = ["setup.py", "swagger_server", "bapm_server"]

[tool.coverage.run]
branch = true
omit = [ "tests/*", "swagger_server/test/*" ]
omit = [ "swagger_server/test/*" ]
relative_files = true

# The section below will let us have relative paths in test coverage
Expand Down

0 comments on commit 62176eb

Please sign in to comment.