Skip to content

Commit 53aafa1

Browse files
committed
check3
1 parent b75a4e9 commit 53aafa1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
cache: 'gradle'
2525
- name: Build and test
2626
run: ./gradlew check --stacktrace
27-
- name: Generate JaCoCo report
28-
run: ./gradlew jacocoTestReport --stacktrace
29-
- name: Upload coverage to Coveralls
27+
- name: Coverage
3028
env:
3129
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32-
run: ./gradlew coverallsJacoco --stacktrace
30+
run: ./gradlew cjacocoTestReport overallsJacoco --stacktrace

0 commit comments

Comments
 (0)