Skip to content

Commit 0004fc1

Browse files
upload pest test results
1 parent 2f57e18 commit 0004fc1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,10 @@ jobs:
4646
composer update --prefer-dist --no-interaction
4747
4848
- name: Run Pest tests
49-
run: ./vendor/bin/pest
49+
run: ./vendor/bin/pest --log-junit junit.xml
50+
51+
- name: Upload test results to Codecov
52+
if: ${{ !cancelled() }}
53+
uses: codecov/test-results-action@v1
54+
with:
55+
token: ${{ secrets.CODECOV_TOKEN }

0 commit comments

Comments
 (0)