Skip to content

Commit 20de140

Browse files
author
Matt Ramotar
authored
Revert "Run codecov on PR and bump range (#633)"
This reverts commit 02b800e.
1 parent 02b800e commit 20de140

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

.codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coverage:
2-
range: 70..80
2+
range: 50..80
33
round: down
44
precision: 2
55

.github/workflows/check.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,14 @@ jobs:
1414
- name: Setup Gradle
1515
uses: gradle/gradle-build-action@v2
1616
- name: Run check with Gradle Wrapper
17-
run: ./gradlew check
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

.github/workflows/codecov.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)