diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b68d25..60287b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: with: tool: grcov - name: Replace placeholder in lcov - run: find lcov-*.info -type f -print0 | xargs -0 -I {} sh -c 'sed "s%WORKSPACE%\Q${{ github.workspace }}\E%g" {} > ${{ runner.temp }}/{}; grcov.exe ${{ runner.temp }}/{} -s . --guess-directory-when-missing > {}' + run: find lcov-*.info -type f -print0 | xargs -0 -I {} sh -c 'sed "s%WORKSPACE%\Q${{ github.workspace }}\E%g" {} > ${{ runner.temp }}/{}; grcov ${{ runner.temp }}/{} -s . --guess-directory-when-missing > {}' - name: Report code coverage uses: zgosalvez/github-actions-report-lcov@v4 if: success() || failure()