build(ci): fix coverage report
[poolifier.git] / .github / workflows / ci.yml
index f76dda13dda1fc64b61fd99351186643da1d59d3..58a8fe5e78ffaaf7c96f4a796e0c615719080299 100644 (file)
@@ -57,6 +57,11 @@ 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