Skip to content

Commit

Permalink
fix: Update pyproject.toml for 74%
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank P <[email protected]>
  • Loading branch information
u625355 authored Sep 10, 2024
1 parent fb6a381 commit 0964adc
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 @@ exclude_lines = [
"pragma: no cover",
"raise NotImplementedError"
]
fail_under = 75 # TODO: set to 100 after reaching 100% coverage
fail_under = 74 # TODO: set to 100 after reaching 100% coverage
show_missing = true
skip_empty = true

Expand Down

0 comments on commit 0964adc

Please sign in to comment.