diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4005579..e5c250e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +65,7 @@ jobs: - name: Run integration tests run: | - pytest test_integration.py --cov=bot --cov-report=xml --cov-report=term + pytest test_integration.py --cov=bot --cov-report=xml --cov-report=term --cov-fail-under=70 - name: Upload coverage to Codecov uses: codecov/codecov-action@v4