diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 5bafecd..a455e9b 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -47,7 +47,7 @@ jobs: - uses: codecov/codecov-action@v4 with: - directory: r + directory: ./r fail_ci_if_error: ${{ github.event_name != 'pull_request' && true || false }} file: ./cobertura.xml plugin: noop