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: