diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47b9c1e..374640a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,7 +134,7 @@ jobs: run: pytest tests/ -v --cov=backend/app --cov-report=xml --cov-report=term-missing --cov-fail-under=90 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: file: ./coverage.xml flags: backend