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 a36af6e commit 3480ba8Copy full SHA for 3480ba8
.github/workflows/ci.yml
@@ -57,11 +57,6 @@ 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
64
-
65
- name: Check for SonarCloud Token Availability
66
id: sonar-token
67
shell: bash
0 commit comments