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 a201e3d commit 6559d02Copy full SHA for 6559d02
.github/workflows/sonarcloud.yml
@@ -37,4 +37,4 @@ jobs:
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
39
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
40
- run: ./gradlew build sonar --info
+ run: ./gradlew --console=verbose test sonar
0 commit comments