From a682bd071475cc1ab982b07639a0f1c1991b4541 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 28 Mar 2023 11:50:38 -0700 Subject: [PATCH] tools: update codecov branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Codecov is still using the old default branch. Update it to "main", the current default branch. I'm not sure why it's not picking it up automatically or if there is a way to ask it to refresh, but setting it in codecov.yml should resolve the issue. PR-URL: https://github.com/nodejs/node/pull/47285 Reviewed-By: Richard Lau Reviewed-By: Moshe Atlow Reviewed-By: Tobias Nießen Reviewed-By: Michael Dawson Reviewed-By: Yagiz Nizipli --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index 462fb1e79f8b5b..8160a5e229130d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -8,6 +8,7 @@ comment: false # require_changes: true codecov: + branch: main notify: # Wait for all coverage builds: after_n_builds: 2