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 7634a12 commit 0168039Copy full SHA for 0168039
.github/workflows/main.yml
@@ -21,8 +21,8 @@ jobs:
21
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim
22
disable-animations: true
23
script: ./gradlew -Pandroid.testInstrumentationRunnerArguments.notAnnotation=androidx.test.filters.FlakyTest,androidx.test.filters.LargeTest jacocoTestReport --stacktrace
24
- - name: SonarCloud static code analysis
25
- run: ./gradlew sonar
+ - name: SonarCloud static code and coverage analysis
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ run: ./gradlew sonarqube -Dsonar.login="$SONAR_TOKEN"
0 commit comments