Skip to content

Commit

Permalink
Fix the upload of the code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
guelzow committed Dec 23, 2024
1 parent 7268c75 commit f922386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:

- name: publish code coverage
uses: paambaati/[email protected]
if: ${{ matrix.env.coverage == 'yes' && env.BRANCH_NAME == 'main'}}
if: ${{ matrix.env.coverage == 'yes' }}
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATEKEY }}

0 comments on commit f922386

Please sign in to comment.