diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9fd22d2..b99bfa8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,9 +27,9 @@ jobs: - name: Run Tests with Coverage run: poetry run pytest --cov=doteki --cov-report xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: - file: ./coverage.xml + files: ./coverage.xml fail_ci_if_error: true verbose: true env: