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 138be19 commit 0a9c443Copy full SHA for 0a9c443
.github/workflows/sonarcloud.yml
@@ -23,13 +23,13 @@ jobs:
23
run: bundle exec rspec
24
env:
25
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
+ # - name: fix code coverage paths
+ # working-directory: ./coverage
+ # run: |
+ # sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace@g' coverage.json
+ # - name: print project
+ # working-directory: ./
+ # run: ls -la
33
- name: SonarCloud Scan
34
uses: sonarsource/sonarcloud-github-action@master
35
0 commit comments