Skip to content

Commit

Permalink
Omit dotfiles from coverage analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 committed Sep 19, 2023
1 parent e90d1c5 commit 238fb18
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 @@ -50,7 +50,7 @@ select = [
]

[tool.coverage.run]
omit = ["*/site-packages/*"]
omit = [".*", "*/site-packages/*"]

[tool.coverage.report]
fail_under = 60

0 comments on commit 238fb18

Please sign in to comment.