Skip to content

Commit 88417c8

Browse files
authored
Update main.yml
1 parent c3d2e36 commit 88417c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
./gradlew build
3333
./gradlew test
3434
35-
- uses: qltyai/qlty-action/coverage@main
35+
- uses: qltysh/qlty-action/coverage@main
3636
with:
3737
coverage-token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
38-
file: build/reports/jacoco/test/jacocoTestReport.xml
38+
files: build/reports/jacoco/test/jacocoTestReport.xml
3939
add-prefix: src/main/kotlin

0 commit comments

Comments
 (0)