From c340de6d5101c28c4c5fc9da4b16e21c0cc191ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 1 Apr 2023 09:08:22 +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 PR-URL: https://github.com/nodejs/node/pull/47306 Reviewed-By: Moshe Atlow Reviewed-By: Filip Skokan Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Jiawen Geng Reviewed-By: Rich Trott Reviewed-By: James M Snell --- 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