diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7bc015d..fd59d43 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,7 @@ jobs: - uses: codecov/codecov-action@v7 with: fail_ci_if_error: ${{ github.event_name != 'pull_request' && true || false }} - file: ./cobertura.xml + files: ./cobertura.xml plugin: noop disable_search: true token: ${{ secrets.CODECOV_TOKEN }}