From 3e6c803e6978ac9af0e742b98eaf2aa235b74b3c Mon Sep 17 00:00:00 2001 From: Elton Cardoso do Nascimento <43186596+EltonCN@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:36:28 -0300 Subject: [PATCH] Set coverage minimum to 75% --- tests/check_coverage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check_coverage.py b/tests/check_coverage.py index 044a576..7b59da5 100644 --- a/tests/check_coverage.py +++ b/tests/check_coverage.py @@ -5,4 +5,4 @@ with open("coverage.json") as file: coverage_info = json.load(file) - assert coverage_info["totals"]["percent_covered"] > 78 \ No newline at end of file + assert coverage_info["totals"]["percent_covered"] > 75 \ No newline at end of file