Skip to content

Commit

Permalink
(fix) Updated coverage requirement from 50% to 65%
Browse files Browse the repository at this point in the history
  • Loading branch information
abel committed Dec 4, 2023
1 parent 4de1701 commit e72eedf
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 @@ -101,7 +101,7 @@ omit = ["pyinjective/proto/*"]

[tool.coverage.report]
skip_empty = true
fail_under = 50
fail_under = 65
precision = 2

[tool.pytest.ini_options]
Expand Down

0 comments on commit e72eedf

Please sign in to comment.