From db7845e75af567fc04675d8ff742f137e279232c Mon Sep 17 00:00:00 2001 From: Bo Yao Date: Mon, 1 Jun 2020 12:05:35 -0700 Subject: [PATCH] fix(script): disable codecov status check to polute commit status (#2759) codecov status check is annoying and pollute commit status, we still want a codecov 88% badge in readme, but don't want a drop in coverage makes our commit in master branch shows X. Test Plan ---------- enable codecov for this pr, it should always pass even coverage drops. --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000000..5dd21786318 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,4 @@ +coverage: + status: + project: off + patch: off \ No newline at end of file