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 afacf62 commit d3880d4Copy full SHA for d3880d4
.github/workflows/ci.yml
@@ -22,3 +22,5 @@ jobs:
22
distribution: "adopt"
23
- name: Build & Test
24
run: ./gradlew jacocoTestReport test
25
+ - name: Code coverage
26
+ run: bash <(curl -s https://codecov.io/bash)
0 commit comments