We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba852f8 commit be49ec0Copy full SHA for be49ec0
1 file changed
.github/workflows/unit-tests-srv.yml
@@ -52,13 +52,15 @@ jobs:
52
name: codecov-umbrella
53
fail_ci_if_error: true
54
- name: Set working directory fir SonarCloud
55
- run: mkdir -p $GITHUB_WORKSPACE/.scannerwork && chmod -R 777 $GITHUB_WORKSPACE/.scannerwork
+ run: mkdir -p $GITHUB_WORKSPACE/.scannerwork && chmod -R 777 $GITHUB_WORKSPACE/.scannerwork && pwd && ls -a
56
57
- name: SonarCloud Scan
58
uses: SonarSource/sonarqube-scan-action@v4.1.0
59
env:
60
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
61
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
62
+ with:
63
+ args: -Dsonar.working.directory=$GITHUB_WORKSPACE/.scannerwork
64
# - name: Clean Mongo DB
65
# run: make clean-mongo-db
66
# - name: Upload coverage to Codecov
0 commit comments