Skip to content

Commit 9e1d342

Browse files
author
Hugo Dias
committed
add jacoco test report
1 parent 3ee0772 commit 9e1d342

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
run: ./gradlew build jacocoTestReport sonarqube
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2223
- name: Publish
2324
env:
2425
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}

0 commit comments

Comments
 (0)