Skip to content

Commit e2ee13b

Browse files
committed
Changed actions build to use jacoco #181
1 parent 754d929 commit e2ee13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build and run clover coverage report with Gradle
3838
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
3939
with:
40-
arguments: -PenableClover=true cloverGenerateReport
40+
arguments: -enableJacoco=true check
4141

4242
- name: Run javascript unit tests
4343
run: node_modules/karma/bin/karma start karma.conf.js --single-run --browsers ChromeHeadless

0 commit comments

Comments
 (0)