diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c32a152..03c9e34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: run: pytest -v --ignore=backend/app/routers --ignore=backend/etl --ignore=backend/app/main.py --ignore=backend/app/database.py 2>&1 || echo "No tests found or tests skipped" - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v6 with: files: ./coverage.xml fail_ci_if_error: false