Skip to content

Commit

Permalink
chore: update test coverage to ignore anime module
Browse files Browse the repository at this point in the history
  • Loading branch information
dreulavelle committed Nov 9, 2024
1 parent bca52c5 commit 8b30864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[run]
branch = True
source = PTT
omit =
*/PTT/anime.py

[report]
omit =
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ ptt = "cli:main"

[tool.coverage.run]
branch = true
omit = ["*/PTT/anime.py"]

[tool.coverage.report]
# Regexes for lines to exclude from consideration
Expand Down

0 comments on commit 8b30864

Please sign in to comment.