We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754d929 commit e2ee13bCopy full SHA for e2ee13b
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Build and run clover coverage report with Gradle
38
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
39
with:
40
- arguments: -PenableClover=true cloverGenerateReport
+ arguments: -enableJacoco=true check
41
42
- name: Run javascript unit tests
43
run: node_modules/karma/bin/karma start karma.conf.js --single-run --browsers ChromeHeadless
0 commit comments