Skip to content

Commit 85bb7f8

Browse files
authored
Debug qlty-coverage (#2)
1 parent fb32801 commit 85bb7f8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/main.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,14 @@ jobs:
3131
./gradlew build
3232
./gradlew test
3333
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+
3441
- uses: qltyai/qlty-action/coverage@main
3542
with:
3643
coverage-token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
37-
file: build/reports/jacoco/test/jacocoTestReport.xml
44+
file: build/reports/jacoco/test/jacocoTestReport.xml

0 commit comments

Comments
 (0)