diff --git a/scripts/test.py b/scripts/test.py index 1a55dc5fd..058126e5e 100644 --- a/scripts/test.py +++ b/scripts/test.py @@ -17,7 +17,7 @@ def _test(coverage: bool, dependencies: bool) -> int: (docker containers **should** be running in that case). 3. Coverage requires all dependencies and docker (will have no effect otherwise). """ - test_coverage_threshold = 95 + test_coverage_threshold = 90 dotenv.load_dotenv(".env_file") args = ["tests/"]