We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de9ab3 commit 7320bc1Copy full SHA for 7320bc1
.github/workflows/main.yml
@@ -35,4 +35,5 @@ jobs:
35
- uses: qltyai/qlty-action/coverage@main
36
with:
37
coverage-token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
38
- file: build/reports/jacoco/test/jacocoTestReport.xml
+ file: build/reports/jacoco/test/jacocoTestReport.xml
39
+ add-prefix: src/main/java/
0 commit comments