Skip to content

Commit 362b32f

Browse files
committed
fix
1 parent 53aafa1 commit 362b32f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
cache: 'gradle'
2525
- name: Build and test
2626
run: ./gradlew check --stacktrace
27-
- name: Coverage
27+
- name: Generate JaCoCo report
28+
run: ./gradlew jacocoTestReport --stacktrace
29+
- name: Upload coverage to Coveralls
2830
env:
2931
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3032
run: ./gradlew cjacocoTestReport overallsJacoco --stacktrace

0 commit comments

Comments
 (0)