Skip to content

Commit

Permalink
fix: Update pyproject.toml to have 75% coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank P <142999380+u625355@users.noreply.github.com>
  • Loading branch information
u625355 authored Sep 10, 2024
1 parent a015fd3 commit 5f4e19e
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 = 74 # TODO: set to 100 after reaching 100% coverage
fail_under = 75 # TODO: set to 100 after reaching 100% coverage
show_missing = true
skip_empty = true

Expand Down

0 comments on commit 5f4e19e

Please sign in to comment.