tests: increased coverage threshold back to 97%
CI / helm (push) Successful in 33s
CI / build (push) Successful in 36s
CI / quality (push) Successful in 51s
CI / push-validation (push) Successful in 17s
CI / lint (push) Successful in 3m21s
CI / typecheck (push) Successful in 4m1s
CI / security (push) Successful in 4m14s
CI / integration_tests (push) Failing after 4m17s
CI / unit_tests (push) Successful in 5m21s
CI / docker (push) Successful in 1m34s
CI / e2e_tests (push) Successful in 7m32s
CI / coverage (push) Successful in 10m20s
CI / status-check (push) Failing after 1s
CI / benchmark-regression (push) Has been skipped
CI / benchmark-publish (push) Successful in 1h15m46s

This commit is contained in:
2026-04-08 07:03:34 -04:00
parent 8ea00f5185
commit af0f0a3f9a
+1 -1
View File
@@ -507,7 +507,7 @@ def e2e_tests(session: nox.Session):
)
COVERAGE_THRESHOLD = 96 # Temporarily lowered due to many @tdd_expected_fail tests
COVERAGE_THRESHOLD = 97 # Temporarily lowered due to many @tdd_expected_fail tests
# see issues #4183 and #4184