From 509615a1782ee103ab741efde47525d5879bc222 Mon Sep 17 00:00:00 2001 From: TheDevCodingKen <93670654+TheDevCodingKen@users.noreply.github.com> Date: Wed, 11 Mar 2026 16:25:44 -0400 Subject: [PATCH] Fix #21: Prevent pytest from re-running full suite on coverage failure --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e0223cdcb3..f80d880d5f 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -540,6 +540,7 @@ jobs: --no-cov -vvvvv --lf + --last-failed-no-failures none tox-tool-deps: tox xfail: >- ${{