Skip to content

Commit

Permalink
Fix upload to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed May 3, 2024
1 parent 9543130 commit e079b9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ jobs:
- run: composer validate --strict
- run: composer update --prefer-dist
- run: vendor/bin/phpunit -c ${{ matrix.phpunit }} --colors=always --coverage-clover=coverage.xml
- run: bash <(curl -s https://codecov.io/bash) -F ${{ matrix.coverage }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e079b9d

Please sign in to comment.