Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update codecov.yml #2

Merged
merged 5 commits into from
Sep 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 1 addition & 17 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Docs ref: https://docs.codecov.io/docs/codecovyml-reference
# Docs ref: https://docs.codecov.io/docs/codecovyml-reference
# Validation check: $ curl --data-binary @codecov.yml https://codecov.io/validate

ignore:
- "adapt/loaders.py"

codecov:
token: ad499a8d-3f1a-44b1-9672-27164a1281ce
bot: "codecov-io"
Expand All @@ -16,16 +13,3 @@ coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
base: auto # target to compare against
target: auto # target "X%" coverage to hit on project
threshold: 1% # allow this much decrease from base
if_ci_failed: error
patch: off
default:
base: auto # target to compare against
target: 50% # target "X%" coverage to hit on patch
# threshold: 50% # allow this much decrease on patch
changes: false