From 5ad0a36d73de210da3244ca3cb21222ba6105f97 Mon Sep 17 00:00:00 2001 From: yoanm <4410697+yoanm@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:06:30 +0100 Subject: [PATCH 1/3] Fix CI --- .github/workflows/coverage-upload.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage-upload.yml b/.github/workflows/coverage-upload.yml index cca3c61..5e56ab4 100644 --- a/.github/workflows/coverage-upload.yml +++ b/.github/workflows/coverage-upload.yml @@ -13,12 +13,12 @@ jobs: checks: write # For the check run creation ! steps: - name: 'Check run ○' - uses: yoanm/tmp-reports-group-workspace/.github/actions/attach-check-run-to-triggering-workflow-action@develop + uses: yoanm/temp-reports-group-workspace/.github/actions/attach-check-run-to-triggering-workflow-action@develop with: name: 'Fetch coverage info' fails-on-triggering-workflow-failure: true - - uses: yoanm/tmp-reports-group-workspace/.github/actions/fetch-workflow-metadata-action@develop + - uses: yoanm/temp-reports-group-workspace/.github/actions/fetch-workflow-metadata-action@develop id: fetch-workflow-metadata outputs: @@ -28,7 +28,7 @@ jobs: codacy-uploader: name: Codacy needs: [fetch-info] - uses: yoanm/tmp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@develop + uses: yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@develop permissions: contents: read checks: write # For the check run creation ! @@ -42,7 +42,7 @@ jobs: codecov-uploader: name: Codecov needs: [fetch-info] - uses: yoanm/tmp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@develop + uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@develop permissions: contents: read checks: write # For the check run creation ! From 5ec418cc7336f017bf8866f3ad7b8ffe125ad6ba Mon Sep 17 00:00:00 2001 From: yoanm <4410697+yoanm@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:07:50 +0100 Subject: [PATCH 2/3] Update CI.yml --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 96d00fb..8c5399f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -96,7 +96,7 @@ jobs: - name: Create "unit tests" reports group if: ${{ env.COVERAGE_TYPE == 'xdebug' }} id: unit-tests-coverage-group - uses: yoanm/tmp-reports-group-workspace/.github/actions/create-action@develop + uses: yoanm/temp-reports-group-workspace/.github/actions/create-action@develop with: name: unit-tests format: clover @@ -109,7 +109,7 @@ jobs: - name: Create "functional tests" coverage group if: ${{ env.COVERAGE_TYPE == 'xdebug' }} id: functional-tests-coverage-group - uses: yoanm/tmp-reports-group-workspace/.github/actions/create-action@develop + uses: yoanm/temp-reports-group-workspace/.github/actions/create-action@develop with: name: functional-tests format: clover From 1208917a67ca6f7774ec40ee3d3cf7bb15a84695 Mon Sep 17 00:00:00 2001 From: yoanm <4410697+yoanm@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:23:35 +0100 Subject: [PATCH 3/3] Update coverage-upload.yml --- .github/workflows/coverage-upload.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/coverage-upload.yml b/.github/workflows/coverage-upload.yml index 5e56ab4..d80c7d6 100644 --- a/.github/workflows/coverage-upload.yml +++ b/.github/workflows/coverage-upload.yml @@ -37,7 +37,6 @@ jobs: with: artifacts-pattern: coverage-groups-* run-id: ${{ needs.fetch-info.outputs.run-id }} - override-commit: ${{ needs.fetch-info.outputs.commit-sha }} codecov-uploader: name: Codecov