Skip to content

Commit 0a9c443

Browse files
committed
Stop rewriting paths
1 parent 138be19 commit 0a9c443

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
run: bundle exec rspec
2424
env:
2525
COVERAGE: json
26-
- name: fix code coverage paths
27-
working-directory: ./coverage
28-
run: |
29-
sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace@g' coverage.json
30-
- name: print project
31-
working-directory: ./
32-
run: ls -la
26+
# - name: fix code coverage paths
27+
# working-directory: ./coverage
28+
# run: |
29+
# sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace@g' coverage.json
30+
# - name: print project
31+
# working-directory: ./
32+
# run: ls -la
3333
- name: SonarCloud Scan
3434
uses: sonarsource/sonarcloud-github-action@master
3535
env:

0 commit comments

Comments
 (0)