Skip to content

Commit a36af6e

Browse files
committed
ci: fix coverage report
Signed-off-by: Jérôme Benoit <[email protected]>
1 parent c9134b3 commit a36af6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
if: ${{ matrix.os == 'ubuntu-latest' && matrix.deno == 'v2.x' }}
5858
run: deno task coverage:report
5959

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
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
6464

6565
- name: Check for SonarCloud Token Availability
6666
id: sonar-token

0 commit comments

Comments
 (0)