We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86b2d8 commit 6ebaf2bCopy full SHA for 6ebaf2b
.codecov.yml
@@ -1,5 +1,5 @@
1
coverage:
2
- range: 70..80
+ range: 50..80
3
round: down
4
precision: 2
5
.github/workflows/check.yml
@@ -14,4 +14,14 @@ jobs:
14
- name: Setup Gradle
15
uses: gradle/actions/setup-gradle@v3
16
- name: Run check with Gradle Wrapper
17
- run: ./gradlew check
+ run: ./gradlew check
18
+
19
+ coverage:
20
+ runs-on: ubuntu-latest
21
+ steps:
22
+ - uses: actions/checkout@master
23
+ - uses: codecov/codecov-action@v3
24
+ with:
25
+ files: ./kover/coverage.xml
26
+ name: codecov-umbrella
27
+ verbose: true
.github/workflows/codecov.yml
0 commit comments