Skip to content

Commit

Permalink
🔧 Order cov config
Browse files Browse the repository at this point in the history
  • Loading branch information
spapanik committed Dec 3, 2024
1 parent 650ac14 commit ab872b7
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 @@ -144,8 +144,8 @@ data_file = ".cov_cache/coverage.dat"
exclude_also = [
"if TYPE_CHECKING:",
]
precision = 2
fail_under = 100
precision = 2
show_missing = true
skip_covered = true
skip_empty = true

0 comments on commit ab872b7

Please sign in to comment.