diff options
author | 2017-06-24 11:05:08 -0700 | |
---|---|---|
committer | 2017-06-24 11:05:08 -0700 | |
commit | ab0f810158b1f2d52b5797d66f9929a9540dfb19 (patch) | |
tree | 0a5508481d1123b10f7800e0c3759c1c6dbf9a3b /codecov.yml | |
parent | 6f9a9eb8cd0e592128184da756573b7d300b17a6 (diff) | |
download | coredns-ab0f810158b1f2d52b5797d66f9929a9540dfb19.tar.gz coredns-ab0f810158b1f2d52b5797d66f9929a9540dfb19.tar.zst coredns-ab0f810158b1f2d52b5797d66f9929a9540dfb19.zip |
Adjust codecov config (codecov.yml) for commit status (#754)
This fix adjusted codecov config (codecov.yml) so that
commit status is success as long as coverage > 40%.
This fix fixes #752.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..47328f2d9 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + project: + default: + target: 40% + threshold: null |