From f8232a2930f58edacb873b9bf5921f42612296c5 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Tue, 27 Jun 2017 10:12:35 -0700 Subject: [PATCH] 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 --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) 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