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 51eaa7f commit c5e8671Copy full SHA for c5e8671
.github/workflows/build.yml
@@ -34,6 +34,9 @@ jobs:
34
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
35
restore-keys: ${{ runner.os }}-gradle
36
37
+ - name: Run tests and generate Jacoco report
38
+ run: ./gradlew test jacocoTestReport --no-daemon
39
+
40
- name: Build and analyze
41
env:
42
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments