From 48c978bd2e60f542fb00699eb8191d1e36043bf4 Mon Sep 17 00:00:00 2001 From: Arne Binder Date: Tue, 7 Nov 2023 23:37:03 +0100 Subject: [PATCH] do not assert min test coverage via pytest because this is already ensured by codecov --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 566e8cb0..c325f928 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -70,7 +70,7 @@ jobs: - name: Run tests with coverage run: | source .venv/bin/activate - pytest -k "not slow" --cov --cov-fail-under=90 --cov-report term-missing --cov-report xml:coverage.xml + pytest -k "not slow" --cov --cov-report term-missing --cov-report xml:coverage.xml - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 with: