diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c9fb974..e2197b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -89,7 +89,7 @@ jobs: - name: Upload code coverage report to Codecov uses: codecov/codecov-action@v5 with: - file: ./codecov.report + files: ./codecov.report flags: unittests name: codecov-ants fail_ci_if_error: true