Skip to content

Commit 1459485

Browse files
stloydnorberttech
authored andcommitted
Merge coverage from tests in all PHP versions on PRs
1 parent 3c5bdbd commit 1459485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/codecov-report/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ runs:
4949
directory: ./var/phpunit/coverage/clover
5050

5151
- name: Upload code coverage (pull request)
52-
if: ${{ github.event_name == 'pull_request' && !cancelled() && inputs.php-version == '8.2' && inputs.dependencies == 'locked' }}
52+
if: ${{ github.event_name == 'pull_request' && !cancelled() && inputs.dependencies == 'locked' }}
5353
uses: codecov/codecov-action@v5
5454
with:
5555
token: ${{ inputs.token }}
5656
directory: ./var/phpunit/coverage/clover
5757
commit_parent: ${{ env.codecov_base_commit_sha }}
5858

5959
- name: Upload test results (pull request)
60-
if: ${{ github.event_name == 'pull_request' && !cancelled() && inputs.php-version == '8.2' && inputs.dependencies == 'locked' }}
60+
if: ${{ github.event_name == 'pull_request' && !cancelled() && inputs.dependencies == 'locked' }}
6161
uses: codecov/test-results-action@v1
6262
with:
6363
token: ${{ inputs.token }}

0 commit comments

Comments
 (0)