Skip to content

Commit

Permalink
ci(workflow): sonar cloud src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTelanie committed Dec 25, 2021
1 parent 4a0081c commit c0ce0ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
with:
args: >
-Dsonar.projectVersion=${{ steps.package-version.outputs.current-version}}
-Dsonar.sources=src/
-Dsonar.tests=test/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit c0ce0ee

Please sign in to comment.