From 8f3325e758d25d814c5c9831d128907696a12536 Mon Sep 17 00:00:00 2001 From: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com> Date: Sun, 13 Mar 2022 11:17:59 +0100 Subject: [PATCH] fix(project): use the correct branch for codecov (#65) --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 144b898..d1bee63 100644 --- a/codecov.yml +++ b/codecov.yml @@ -8,6 +8,6 @@ coverage: target: auto threshold: 5% branches: - - master + - main if_ci_failed: error patch: off