Skip to content

Commit

Permalink
Add Codecov token into GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed Feb 6, 2024
1 parent 128b9ee commit f8bcd24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,7 @@ jobs:
- name: Update codecov.io
uses: codecov/codecov-action@v4
if: ${{ matrix.php-versions == '7.4' && matrix.dependency-versions == 'highest' }} # upload coverage once is enough
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.xml

0 comments on commit f8bcd24

Please sign in to comment.