From 8544901119a61b0a1590526fba648fa97fe71314 Mon Sep 17 00:00:00 2001 From: blackspherefollower Date: Tue, 8 Aug 2023 11:37:04 +0100 Subject: [PATCH] build: Update jococo paths --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 94f44af..35148d6 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -44,7 +44,7 @@ jobs: id: jacoco uses: madrapps/jacoco-report@v1.3 with: - paths: ${{ github.workspace }}/build/reports/jacoco/test/jacocoTestReport.xml + paths: ${{ github.workspace }}/client/build/reports/jacoco/test/jacocoTestReport.xml,${{ github.workspace }}/connectors/javax/wsserver/build/reports/jacoco/test/jacocoTestReport.xml token: ${{ secrets.GITHUB_TOKEN }} if: github.event_name == 'pull_request'