From e0831bad41fa1ee3fb8bff4ec922213bf66bbd90 Mon Sep 17 00:00:00 2001 From: abel Date: Wed, 25 Oct 2023 10:00:06 -0300 Subject: [PATCH] (fix) Modified required test coverage --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fbbb5560..5a73b970 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ omit = ["pyinjective/proto/*"] [tool.coverage.report] skip_empty = true -fail_under = 52 +fail_under = 50 precision = 2