From fdcade528584bf459b5978d7995edef44cd3ff36 Mon Sep 17 00:00:00 2001 From: turegjorup Date: Mon, 8 Jun 2026 12:26:06 +0200 Subject: [PATCH 1/2] CI: update codecov/codecov-action to v7 Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/pr.yaml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 5b24bf2..a726d00 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -38,7 +38,7 @@ jobs: docker compose exec -e XDEBUG_MODE=coverage phpfpm vendor/bin/phpunit --coverage-clover=coverage/unit.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/unit.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index 095afd3..3dd793a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add economics service and sync action/command for service agreement synchronization - [#81](https://github.com/itk-dev/devops_itksites/pull/81) 5564: Asset Mapper migration - Add Symfony Asset Mapper bundle and importmap +- Update `codecov/codecov-action` to v7 ## [1.11.2] - 2026-06-02 From bae8493828c381566762131bdba687c53dd2379c Mon Sep 17 00:00:00 2001 From: turegjorup Date: Mon, 8 Jun 2026 12:27:36 +0200 Subject: [PATCH 2/2] CHANGELOG: add PR number for codecov v7 entry Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd793a..5f1daa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add economics service and sync action/command for service agreement synchronization - [#81](https://github.com/itk-dev/devops_itksites/pull/81) 5564: Asset Mapper migration - Add Symfony Asset Mapper bundle and importmap -- Update `codecov/codecov-action` to v7 +- [#87](https://github.com/itk-dev/devops_itksites/pull/87) Update `codecov/codecov-action` to v7 ## [1.11.2] - 2026-06-02