summaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2023-03-28 11:50:38 -0700
committerRich Trott <rtrott@gmail.com>2023-03-28 19:05:34 -0700
commit786a7186ece88cb4a58ba8541d648c170a87981b (patch)
tree3e335f160b3fa05150fe8df5bc72fa3de1b6087c /codecov.yml
parent09a4bb152fbf24249076572643d976963ca58644 (diff)
downloadnode-new-786a7186ece88cb4a58ba8541d648c170a87981b.tar.gz
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. PR-URL: https://github.com/nodejs/node/pull/47285 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml1
1 files changed, 1 insertions, 0 deletions
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