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 11coverage :
2- range : 50 ..80
2+ range : 70 ..80
33 round : down
44 precision : 2
55
Original file line number Diff line number Diff line change 1414 - name : Setup Gradle
1515 uses : gradle/actions/setup-gradle@v3
1616 - 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