We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b25da commit 5d6c710Copy full SHA for 5d6c710
.github/workflows/gradle.yml
@@ -21,5 +21,15 @@ jobs:
21
java-version: ${{ matrix.java }}
22
- name: Build with Gradle
23
run: ./gradlew build
24
+
25
+ publishCoverage:
26
+ runs-on: ubuntu-latest
27
28
+ steps:
29
+ - uses: actions/checkout@v2
30
+ - name: Setup Java
31
+ uses: actions/setup-java@v1
32
+ with:
33
+ java-version: 8
34
- name: Publish coverage
35
run: ./gradlew jacocoTestReport coveralls
0 commit comments