Skip to content

Commit 6ebaf2b

Browse files
committed
Revert "Run codecov on PR and push"
This reverts commit f9379b2. Signed-off-by: matt-ramotar <[email protected]>
1 parent b86b2d8 commit 6ebaf2b

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

.codecov.yml

+1-1
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

+11-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,14 @@ jobs:
1414
- name: Setup Gradle
1515
uses: gradle/actions/setup-gradle@v3
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

-12
This file was deleted.

0 commit comments

Comments
 (0)