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 65fbb2b commit 138be19Copy full SHA for 138be19
.github/workflows/sonarcloud.yml
@@ -27,9 +27,9 @@ jobs:
27
working-directory: ./coverage
28
run: |
29
sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace@g' coverage.json
30
- - name: print coverage
31
- working-directory: ./coverage
32
- run: cat coverage.json
+ - name: print project
+ working-directory: ./
+ run: ls -la
33
- name: SonarCloud Scan
34
uses: sonarsource/sonarcloud-github-action@master
35
env:
0 commit comments