Skip to content

Commit

Permalink
Revert "Run codecov on PR and push"
Browse files Browse the repository at this point in the history
This reverts commit f9379b2.

Signed-off-by: matt-ramotar <matt.ramotar@uber.com>
  • Loading branch information
matt-ramotar committed Nov 18, 2024
1 parent b86b2d8 commit 6ebaf2b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage:
range: 70..80
range: 50..80
round: down
precision: 2

Expand Down
12 changes: 11 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,14 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Run check with Gradle Wrapper
run: ./gradlew check
run: ./gradlew check

coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: codecov/codecov-action@v3
with:
files: ./kover/coverage.xml
name: codecov-umbrella
verbose: true
12 changes: 0 additions & 12 deletions .github/workflows/codecov.yml

This file was deleted.

0 comments on commit 6ebaf2b

Please sign in to comment.