From 2e44a6e446f193d8cd935cd0ccd772575aaaead9 Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Fri, 3 Jun 2022 17:19:46 +0200 Subject: [PATCH] Add jacoco test report tasks to Check pipeline --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index ce8571b..0fb2381 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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