From b16176e3ebf7518bf64c2ea64e10cf62bd7da02a Mon Sep 17 00:00:00 2001 From: yoanm <4410697+yoanm@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:44:26 +0100 Subject: [PATCH 1/2] Fix CI --- .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 9953ff7..93c9536 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -102,7 +102,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 @@ -115,7 +115,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 0832aad1154bbd0745f8ba2544ea5c1244c07a1f Mon Sep 17 00:00:00 2001 From: yoanm <4410697+yoanm@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:44:44 +0100 Subject: [PATCH 2/2] Update coverage-upload.yml --- .github/workflows/coverage-upload.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coverage-upload.yml b/.github/workflows/coverage-upload.yml index cca3c61..d80c7d6 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 ! @@ -37,12 +37,11 @@ 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 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 !