Merge branch 'master' of github.com:poolifier/poolifier
[poolifier.git] / .github / workflows / ci.yml
index 3b4c832979a963628a6094102c67b33cb20bfce9..f76dda13dda1fc64b61fd99351186643da1d59d3 100644 (file)
@@ -57,11 +57,6 @@ jobs:
         if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }}
         run: pnpm coverage
 
-      - name: Fix Coverage Report Paths
-        if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }}
-        working-directory: ./coverage
-        run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' lcov.info
-
       - name: Check for SonarCloud Token Availability
         id: sonar-token
         shell: bash