Skip to content

Commit

Permalink
test results
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Aug 30, 2024
1 parent 52c0791 commit 497e021
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,17 @@ jobs:
- name: PHPUnit
run: vendor/bin/phpunit
--coverage-clover coverage.xml
--coverage-text
--log-junit junit.xml

- name: Submit code coverage
if: ${{ always() }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 497e021

Please sign in to comment.