Skip to content

Commit b35e305

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
- name: Validate Gradle wrapper
3535
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
3636

37-
- name: Build and run clover coverage report with Gradle
37+
- name: Run tests and jacoco coverage report with Gradle
3838
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
3939
with:
40-
arguments: -enableJacoco=true check
40+
arguments: -PenableJacoco=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)