diff options
author | Alexandre Flament <alex@al-f.net> | 2017-09-28 19:43:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-28 19:43:58 +0200 |
commit | c12e0c39b93d28469038296ce6f1178bc9b5f2aa (patch) | |
tree | 3f40b57d460ec935d0608492fd020b9252e611a0 /.codecov.yml | |
parent | cf3a099c65abca441770e613f1a224a80a0ac997 (diff) | |
download | searxng-c12e0c39b93d28469038296ce6f1178bc9b5f2aa.tar.gz searxng-c12e0c39b93d28469038296ce6f1178bc9b5f2aa.zip |
codecov : update the commit status
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml index 69cb76019..6cdbc2885 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1 +1,31 @@ comment: false +coverage: + status: + project: + default: + # basic + target: auto + threshold: null + base: auto + # advanced + branches: null + if_no_uploads: error + if_not_found: success + if_ci_failed: error + only_pulls: false + flags: null + paths: null + patch: + default: + # basic + target: auto + threshold: null + base: auto + # advanced + branches: null + if_no_uploads: error + if_not_found: success + if_ci_failed: error + only_pulls: false + flags: null + paths: null |