From d3ad6d30b9f0ae48c9f2724ab74cee82dfee1012 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 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. --- 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