Skip to content

Commit 3b407aa

Browse files
committed
Add junit reporting in ci
1 parent 0d4d9de commit 3b407aa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@ jobs:
6565
with:
6666
php-version: ${{ matrix.php-version }}
6767
- uses: ramsey/composer-install@v3
68-
- run: vendor/bin/phpunit
68+
- run: vendor/bin/phpunit --log-junit junit.xml
69+
- if: ${{ !cancelled() }}
70+
uses: codecov/test-results-action@v1
71+
with:
72+
token: ${{ secrets.CODECOV_TOKEN }}
6973
coverage:
7074
name: Coverage
7175
needs:

0 commit comments

Comments
 (0)