We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb32801 commit 85bb7f8Copy full SHA for 85bb7f8
.github/workflows/main.yml
@@ -31,7 +31,14 @@ jobs:
31
./gradlew build
32
./gradlew test
33
34
+ - name: Debug qlty-coverage
35
+ run: |
36
+ echo $GITHUB_SHA
37
+ curl --fail --location https://qlty-releases.s3.amazonaws.com/qlty-coverage/latest/qlty-coverage-x86_64-unknown-linux-gnu.tar.xz > qlty-coverage
38
+ chmod +x qlty-coverage
39
+ QLTY_COVERAGE_TOKEN=ec1eb8f8-bb9a-4364-8c43-d30ee030f467 QLTY_PROJECT_ID=ec1eb8f8-bb9a-4364-8c43-d30ee030f467 ./qlty-coverage --verbose --upload build/reports/jacoco/test/jacocoTestReport.xml
40
+
41
- uses: qltyai/qlty-action/coverage@main
42
with:
43
coverage-token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
- file: build/reports/jacoco/test/jacocoTestReport.xml
44
+ file: build/reports/jacoco/test/jacocoTestReport.xml
0 commit comments