Skip to content

Commit

Permalink
chore: update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect authored Sep 17, 2023
1 parent 199e608 commit 517ca6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: php -d pcov.enabled=1 ./vendor/bin/phpunit -c custom/plugins/FroshPlatformTemplateMail/phpunit.xml --coverage-clover clover.xml

- name: Upload coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./clover.xml

0 comments on commit 517ca6e

Please sign in to comment.