diff options
author | 2018-01-03 22:48:39 +0800 | |
---|---|---|
committer | 2018-01-03 14:48:39 +0000 | |
commit | 5904345e4cce66104283803e1bfb94204056ebe8 (patch) | |
tree | 0841321411b24aa1ce47b260317f02c52c1208c8 | |
parent | 311af9314dc9cd3db3bfe6a4e212d5842151e9fb (diff) | |
download | coredns-5904345e4cce66104283803e1bfb94204056ebe8.tar.gz coredns-5904345e4cce66104283803e1bfb94204056ebe8.tar.zst coredns-5904345e4cce66104283803e1bfb94204056ebe8.zip |
Increase codecov target requirement to 50% (from 40%) (#1344)
It looks like our code coverage is above 50% now. Let's
make it a requirement to prevent it from regress.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
-rw-r--r-- | .codecov.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.codecov.yml b/.codecov.yml index f91e5c1fe..167f5636c 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -2,7 +2,7 @@ coverage: status: project: default: - target: 40% + target: 50% threshold: null patch: false changes: false |