diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 391af8e..f082666 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -60,4 +60,4 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with Pytest run: | - pytest --cov-fail-under=80 + pytest --cov-fail-under=60