diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27464b6..8d8811e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: run: poetry run pytest tests/ -v --ignore=tests/e2e --ignore=tests/chaos --cov=app --cov-report=term-missing --cov-report=xml --cov-fail-under=60 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v7 with: files: ./coverage.xml fail_ci_if_error: false