Skip to content

Commit 05a98e1

Browse files
committed
Add codecov coverage report upload in workflow
1 parent 198ce2d commit 05a98e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333
distribution: 'adopt'
3434
- name: Build with Maven
3535
run: mvn -B -Djava.version=${{ matrix.java }} -Dopenjfx.version=${{ matrix.java }} compile test
36-
36+
- name: Save coverage stats
37+
uses: codecov/codecov-action@v1
38+
with:
39+
fail_ci_if_error: false
3740

3841
package:
3942
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)