From 8f09c62c17172c93d5ab317272ba3a18924114e1 Mon Sep 17 00:00:00 2001 From: Jesse Yang Date: Mon, 1 Mar 2021 09:39:40 -1000 Subject: [PATCH] build: fix codecov informational config (#13375) --- .codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 03a93cd479..ef35746d25 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -6,13 +6,13 @@ ignore: coverage: status: project: - informational: true default: + informational: true # Commits pushed to master should not make the overall # project coverage decrease: target: auto threshold: 0% patch: - informational: true default: + informational: true threshold: 0%