Skip to content

Commit

Permalink
change fail_under count
Browse files Browse the repository at this point in the history
  • Loading branch information
shatakshiiii committed Oct 4, 2023
1 parent 16f92f1 commit 17d3b62
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 @@ -65,7 +65,7 @@ concurrency = ["multiprocessing", "thread"]

[tool.coverage.report]
exclude_lines = ["pragma: no cover", "if TYPE_CHECKING:"]
fail_under = 91
fail_under = 94
skip_covered = true
show_missing = true

Expand Down

0 comments on commit 17d3b62

Please sign in to comment.