Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/reusable-CI-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Create "unit tests" reports directory
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
id: unit-tests-coverage-group
uses: yoanm/temp-reports-group-workspace/create-group@v0
uses: yoanm/temp-reports-group-workspace/create-group@c37b6ec18650538be4bac2601f01161a134fee66
with:
name: unit-tests
format: clover
Expand All @@ -79,7 +79,7 @@ jobs:
- name: Create "functional tests" coverage group
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
id: functional-tests-coverage-group
uses: yoanm/temp-reports-group-workspace/create-group@v0
uses: yoanm/temp-reports-group-workspace/create-group@c37b6ec18650538be4bac2601f01161a134fee66
with:
name: functional-tests
format: clover
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/reusable-coverage-upload-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
CODECOV_TOKEN:
required: true


jobs:
fetch-info:
name: Fetch triggering workflow metadata
Expand All @@ -17,12 +18,12 @@ jobs:
checks: write # For the check run creation !
steps:
- name: 'Check run ○'
uses: yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@v0
uses: yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@c37b6ec18650538be4bac2601f01161a134fee66
with:
name: 'Fetch triggering workflow metadata'
fails-on-triggering-workflow-failure: true

- uses: yoanm/temp-reports-group-workspace/utils/fetch-workflow-metadata@v0
- uses: yoanm/temp-reports-group-workspace/utils/fetch-workflow-metadata@c37b6ec18650538be4bac2601f01161a134fee66
id: fetch-workflow-metadata

outputs:
Expand All @@ -34,7 +35,7 @@ jobs:
codacy-uploader:
name: Codacy
needs: [fetch-info]
uses: yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@v0
uses: yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@c37b6ec18650538be4bac2601f01161a134fee66
permissions:
contents: read
checks: write # For the check run creation !
Expand All @@ -51,7 +52,7 @@ jobs:
codecov-uploader:
name: Codecov
needs: [fetch-info]
uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@v0
uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@c37b6ec18650538be4bac2601f01161a134fee66
permissions:
contents: read
checks: write # For the check run creation !
Expand Down
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ comment:

github_checks:
annotations: true

fixes:
- "/home/runner/work/php-jsonrpc-server-sdk/php-jsonrpc-server-sdk/::"