Skip to content

Commit 7320bc1

Browse files
committed
Add src/main/java/ prefix to coverage upload
1 parent 0de9ab3 commit 7320bc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
- uses: qltyai/qlty-action/coverage@main
3636
with:
3737
coverage-token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
38-
file: build/reports/jacoco/test/jacocoTestReport.xml
38+
file: build/reports/jacoco/test/jacocoTestReport.xml
39+
add-prefix: src/main/java/

0 commit comments

Comments
 (0)