Skip to content

Commit 647fc49

Browse files
committed
dev: jacoco pr comment xml path change
1 parent f6bf29d commit 647fc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: madrapps/jacoco-report@v1.2
3838
with:
3939
title: 📝 Test code-coverage reports
40-
paths: ${{ github.workspace }}/bm-controller/build/reports/jacoco/test/jacocoTestReport.xml
40+
paths: ${{ github.workspace }}/bm-controller/build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml
4141
token: ${{ secrets.GITHUB_TOKEN }}
4242
min-coverage-overall: 60
4343
min-coverage-changed-files: 60

0 commit comments

Comments
 (0)