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 0e5b15e commit ad78d35Copy full SHA for ad78d35
.github/workflows/sonarcloud.yml
@@ -27,6 +27,7 @@ jobs:
27
working-directory: ./coverage
28
run: |
29
sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' coverage.json
30
+ - run: cat coverage.json
31
- name: SonarCloud Scan
32
uses: sonarsource/sonarcloud-github-action@master
33
env:
0 commit comments