diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-03-29 15:34:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-29 15:34:12 +0800 |
commit | 9356231e6488edfd281f18ab191b2f93907b61d7 (patch) | |
tree | df4bbd719ce9aa3ca2756e0792a15f77a78adb83 /codecov.yml | |
parent | a0651b62a75eec3c339eb96533a6594c208a3c33 (diff) |
codecov: formalize coverage settings (#6031)
Co-authored-by: Sourcegraph Bot <campaigns@sourcegraph.com>
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml index 285498b6..fc947f23 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,9 @@ +coverage: + range: "60...95" + status: + project: + default: + threshold: 1% + comment: layout: 'diff, files' |