From 28b694e1e1265c6be1a3597fc49c9807c42e38bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Thu, 30 Mar 2023 09:01:35 +0200 Subject: [PATCH] tools: disable Codecov commit statuses We don't want (yet?) to consider coverage as a requirement for landing a pull request. Refs: https://github.com/nodejs/node/pull/47285#issuecomment-1488892696 Refs: https://docs.codecov.com/docs/commit-status#disabling-a-status --- codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/codecov.yml b/codecov.yml index 8160a5e229130d..80ee32b360abce 100644 --- a/codecov.yml +++ b/codecov.yml @@ -12,3 +12,8 @@ codecov: notify: # Wait for all coverage builds: after_n_builds: 2 + +coverage: + status: + project: off + patch: off