diff options
author | 2017-12-06 10:40:33 +0000 | |
---|---|---|
committer | 2017-12-06 10:40:33 +0000 | |
commit | 0a58143dc431488bf171d85250256a0f45b74ec6 (patch) | |
tree | 471745d90f7bcd0bce31acb3d1ff9d265f1bb22f /.codecov.yml | |
parent | 45ef657d3614e5194cc906fba3d28fe00fa18ba4 (diff) | |
download | coredns-0a58143dc431488bf171d85250256a0f45b74ec6.tar.gz coredns-0a58143dc431488bf171d85250256a0f45b74ec6.tar.zst coredns-0a58143dc431488bf171d85250256a0f45b74ec6.zip |
Codecov.yaml can be hidden (#1282)
Hide it
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000..f91e5c1fe --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + project: + default: + target: 40% + threshold: null + patch: false + changes: false |