diff options
author | 2017-06-27 10:12:35 -0700 | |
---|---|---|
committer | 2017-06-27 10:12:35 -0700 | |
commit | f8232a2930f58edacb873b9bf5921f42612296c5 (patch) | |
tree | 9589a303f97e60d85e2442bcb0a89036bd287adc | |
parent | da5880a273311c90b4abfd16f07ac2d2e4b4a5c7 (diff) | |
download | coredns-f8232a2930f58edacb873b9bf5921f42612296c5.tar.gz coredns-f8232a2930f58edacb873b9bf5921f42612296c5.tar.zst coredns-f8232a2930f58edacb873b9bf5921f42612296c5.zip |
Disable codecov/patch and codecov/changes status report (#758)
This fix disables codecov/patch and codecov/changes status
report as the project has already been well covered by
codecov/project status. The codecov/patch and codecov/changes status
are misleading.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
-rw-r--r-- | codecov.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml index 47328f2d9..f91e5c1fe 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,3 +4,5 @@ coverage: default: target: 40% threshold: null + patch: false + changes: false |