diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5315c30..35676e1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,7 @@ jobs: pytest --cov=src --cov-report=xml --cov-report=term-missing - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: files: ./server/coverage.xml flags: backend