From cd8f82871fa6d4e760f462558c24c8017f9f409f Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Fri, 29 Apr 2016 09:21:46 -0700 Subject: [PATCH] Disable codecov comment and changes status They are mostly noise at the moment. The 'changes' status could be useful, but is a bit too noisy given flakiness in our coverage. Threshold of 1% suppresses the noise for project-wide coverage. --- codecov.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000000..665b25e8a4 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,14 @@ +coverage: + status: + patch: + default: + target: '80' + project: + default: + target: auto + threshold: 1 + changes: + default: + branches: + - nonExistantBranchToDisableTheFeature +comment: off