build(ci): fix coverage
[poolifier.git] / .github / workflows / ci.yml
index 58a8fe5e78ffaaf7c96f4a796e0c615719080299..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