Enable coverage calculation for all modules

This commit is contained in:
Kirill Kamakin
2022-06-05 16:16:09 +02:00
parent 53b4c2b41c
commit 2f05871873

View File

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