From 4fe8660cf499c74a6ae8f9989e5f565ae706246c Mon Sep 17 00:00:00 2001 From: gaoyunpeng Date: Mon, 18 Mar 2019 10:53:43 +0800 Subject: [PATCH] Disable a status for codecov --- .codecov.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 91da1858e..20ecf1f10 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,6 +1,5 @@ coverage: status: - patch: - default: - enabled: no \ No newline at end of file + project: off + patch: off \ No newline at end of file