Skip to content

Commit 8b3a8bf

Browse files
committed
Fix github deployment v2
1 parent 5fc19a0 commit 8b3a8bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@ jobs:
3636
composer phpstan
3737
3838
- name: "PHPUnit with coverage clover"
39-
run: ./vendor/bin/phpunit -c ./phpunit.xml.dist --coverage-clover clover.xml
39+
run: |
40+
composer phpunitwcov
4041
4142
- uses: codecov/codecov-action@v2
4243
with:
4344
token: ${{ secrets.CODECOV_TOKEN }}
44-
files: ./clover.xml
45+
files: ./coverage/clover.xml
4546
flags: unittests
4647
name: codecov-umbrella
4748
fail_ci_if_error: true

0 commit comments

Comments
 (0)