From 8076aa38062aa3a876d7376d5b3cf51a00d7377d Mon Sep 17 00:00:00 2001 From: Issei Horie Date: Sun, 24 Apr 2022 12:56:16 +0900 Subject: [PATCH 1/2] pass valid value to codecov config --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index ca5256f76c..24be0c7339 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,7 +6,7 @@ parsers: javascript: enable_partials: yes -comment: no +comment: false coverage: status: project: From 6543aba871b967e69b09a975e482eb0d51c8ddaf Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Mon, 25 Apr 2022 16:18:48 +0300 Subject: [PATCH 2/2] review changes --- codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 24be0c7339..7c05fac380 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,10 +1,10 @@ codecov: notify: - require_ci_to_pass: yes + require_ci_to_pass: true parsers: javascript: - enable_partials: yes + enable_partials: true comment: false coverage: