feat: Add jacocoTestReport for sonar api qube workflow

This commit is contained in:
2023-04-07 13:49:49 +03:00
parent 7203a8c7ed
commit 5c49f6e556

View File

@@ -37,4 +37,4 @@ jobs:
GITHUB_USERNAME: ${{ secrets.GH_USER_CAN_READ_PACKAGES || secrets.GH_DEPBOT_USER_CAN_READ_PACKAGES }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
run: ./gradlew build test sonar
run: ./gradlew build jacocoTestReport test sonar