From 786a7186ece88cb4a58ba8541d648c170a87981b Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 28 Mar 2023 11:50:38 -0700 Subject: 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(+) (limited to 'codecov.yml') diff --git a/codecov.yml b/codecov.yml index 462fb1e79f..8160a5e229 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 -- cgit v1.2.1