Skip to content

Commit

Permalink
(fix) Fix minimum required coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
abel committed Sep 19, 2023
1 parent cee1e5d commit f5d2e1a
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 @@ -90,7 +90,7 @@ omit = ["pyinjective/proto/*"]

[tool.coverage.report]
skip_empty = true
fail_under = 56.3
fail_under = 53.1
precision = 2


Expand Down

0 comments on commit f5d2e1a

Please sign in to comment.