From 76d7c47b58891b3206049e93a44dcc00a51dc30f Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Thu, 19 Feb 2026 15:49:28 -0800 Subject: [PATCH 1/2] S3UTILS-214 update codecov configuration --- codecov.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/codecov.yaml b/codecov.yaml index e38c83a2..21bb0263 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -1,10 +1,18 @@ --- codecov: - require_ci_to_pass: yes + require_ci_to_pass: true notify: - wait_for_ci: yes + wait_for_ci: true + after_n_builds: 1 parsers: javascript: enable_partials: yes + +coverage: + status: + project: + default: + target: auto + threshold: 2% From 2f30c6e9063b970196028545542339c0c87f21c0 Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Thu, 19 Feb 2026 15:49:51 -0800 Subject: [PATCH 2/2] S3UTILS-214: build on default branch for codecov indexing --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d313e592..1e25b962 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,6 @@ name: tests on: push: branches-ignore: - - development/** - q/*/** concurrency: