Skip to content

Commit

Permalink
Added files for coverage to ignore
Browse files Browse the repository at this point in the history
- __main__.py
- aliases.py
  • Loading branch information
coordt committed Apr 10, 2023
1 parent 34a9be5 commit cfbba08
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 @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[tool.coverage.run]
branch = true
omit = ["**/test_*.py"]
omit = ["**/test_*.py", "**/__main__.py", "**/aliases.py"]

[tool.coverage.report]
omit = [
Expand Down

0 comments on commit cfbba08

Please sign in to comment.