From 7929b942cd9842e420a8826595dc6baad7c16530 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 7 Feb 2026 12:04:09 +0000 Subject: [PATCH 1/2] Initial plan From 72ed5b9da8465e285675caca6ae7655b9f736820 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 7 Feb 2026 12:06:16 +0000 Subject: [PATCH 2/2] Upgrade Codecov action from v4 to v5 Co-authored-by: pancetta <7158893+pancetta@users.noreply.github.com> --- .github/workflows/postprocess.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/postprocess.yml b/.github/workflows/postprocess.yml index f3ab464d04..844cc20253 100644 --- a/.github/workflows/postprocess.yml +++ b/.github/workflows/postprocess.yml @@ -39,9 +39,11 @@ jobs: run: | genbadge coverage -i coverage.xml -o htmlcov/coverage-badge.svg - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV }} + fail_ci_if_error: true + verbose: true # - name: Generate benchmark report # uses: pancetta/github-action-benchmark@v1