We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9134b3 commit a36af6eCopy full SHA for a36af6e
.github/workflows/ci.yml
@@ -57,10 +57,10 @@ jobs:
57
if: ${{ matrix.os == 'ubuntu-latest' && matrix.deno == 'v2.x' }}
58
run: deno task coverage:report
59
60
- - name: Fix Coverage Report Paths
61
- if: ${{ matrix.os == 'ubuntu-latest' && matrix.deno == 'v2.x' }}
62
- working-directory: ./coverage
63
- run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' lcov.info
+ # - name: Fix Coverage Report Paths
+ # if: ${{ matrix.os == 'ubuntu-latest' && matrix.deno == 'v2.x' }}
+ # working-directory: ./coverage
+ # run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' lcov.info
64
65
- name: Check for SonarCloud Token Availability
66
id: sonar-token
0 commit comments