From 8ac866d2c6f82d5ced9deae0db85d59a69b726fd Mon Sep 17 00:00:00 2001 From: Bryan Cox Date: Fri, 27 Mar 2026 11:36:10 -0400 Subject: [PATCH] ci: enable Codecov status checks and PR comments Codecov reads its configuration from the default branch. Add explicit coverage.status configuration to enable codecov/project and codecov/patch status checks on PRs. Co-Authored-By: Claude Opus 4.6 --- codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/codecov.yml b/codecov.yml index 24bd03dbeb2..6e55cf6612e 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,5 +1,14 @@ codecov: branch: main +coverage: + status: + project: + default: + target: auto + patch: + default: + target: auto + comment: layout: "condensed_header, diff, flags, components"