Skip to content

Commit d3880d4

Browse files
Add Codecov upload as final CI step
1 parent afacf62 commit d3880d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ jobs:
2222
distribution: "adopt"
2323
- name: Build & Test
2424
run: ./gradlew jacocoTestReport test
25+
- name: Code coverage
26+
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)