Add jacoco test report tasks to Check pipeline

This commit is contained in:
Kirill Kamakin
2022-06-03 17:19:46 +02:00
parent 799fba8bcb
commit 2e44a6e446

View File

@@ -28,7 +28,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew check sonarqube --no-daemon
run: ./gradlew check jacocoTestReportDebug jacocoTestReportRelease sonarqube --no-daemon
- name: Publish test reports
uses: mikepenz/action-junit-report@v2