Skip to content

Commit e15baff

Browse files
committed
Push JaCoCo stats to codecov.io
1 parent 55150b2 commit e15baff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ jobs:
1919
java-version: 1.8
2020
- name: Build with Maven
2121
run: mvn clean test -q
22+
- name: push JaCoCo stats to codecov.io
23+
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)