Skip to content

Commit ac974f4

Browse files
authored
Revert "Debug qlty-coverage (#2)" (#3)
This reverts commit 85bb7f8.
1 parent 85bb7f8 commit ac974f4

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)