We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0765e45 commit 3f4d048Copy full SHA for 3f4d048
.github/workflows/run-tests.yml
@@ -34,11 +34,11 @@ jobs:
34
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction
35
36
- name: Execute tests
37
- run: ./vendor/bin/phpunit
+ run: ./vendor/bin/phpunit --coverage-clover clover.xml
38
39
- name: Upload coverage to Codecov
40
uses: codecov/codecov-action@v1
41
with:
42
token: ${{ secrets.CODECOV_TOKEN }}
43
- files: ./build/log/clover.xml
+ files: clover.xml
44
0 commit comments