File tree Expand file tree Collapse file tree 3 files changed +14
-12
lines changed Expand file tree Collapse file tree 3 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 1
1
coverage :
2
- range : 50 ..80
2
+ range : 70 ..80
3
3
round : down
4
4
precision : 2
5
5
Original file line number Diff line number Diff line change 14
14
- name : Setup Gradle
15
15
uses : gradle/actions/setup-gradle@v3
16
16
- name : Run check with Gradle Wrapper
17
- 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
17
+ run : ./gradlew check
Original file line number Diff line number Diff line change
1
+ name : Codecov
2
+ on : [ push, pull_request ]
3
+ jobs :
4
+ run :
5
+ runs-on : ubuntu-latest
6
+ steps :
7
+ - uses : actions/checkout@master
8
+ - uses : codecov/codecov-action@v3
9
+ with :
10
+ files : ./kover/coverage.xml
11
+ name : codecov-umbrella
12
+ verbose : true
You can’t perform that action at this time.
0 commit comments