From cacfe723ee691cce15e3ed63521d528f09de8b20 Mon Sep 17 00:00:00 2001 From: Aaron Hetherington Date: Tue, 12 Sep 2023 11:12:48 +0100 Subject: [PATCH] Add dynamic coverage threshold --- .github/codecov.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 68ac9dca0..b25b2a619 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -2,17 +2,13 @@ coverage: status: project: default: - target: 30% + target: auto threshold: 5% - branches: - - devel - patch: + patch: default: target: auto threshold: 5% base: auto - branches: - - devel if_ci_failed: error comment: layout: " diff, flags, files" @@ -20,3 +16,8 @@ comment: require_changes: false require_base: false require_head: true + after_n_builds: 1 +codecov: + notify: + wait_for_ci: false + after_n_builds: 1 \ No newline at end of file