Skip to content

Commit bed8bba

Browse files
authored
fix: add codecov coverage upload (#316)
1 parent 952a8f6 commit bed8bba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,16 @@ jobs:
2020
java: [ '8', '11' ]
2121
steps:
2222
- uses: actions/checkout@v3
23+
2324
- name: Set up JDK 11
2425
uses: actions/setup-java@v3
2526
with:
2627
java-version: ${{ matrix.java }}
2728
distribution: 'adopt'
2829
cache: maven
30+
2931
- name: Build with Maven
3032
run: mvn -B -ntp package
33+
34+
- name: Upload coverage to Codecov
35+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)