Skip to content

Commit 3f4d048

Browse files
committed
fix coverage upload to codecov
1 parent 0765e45 commit 3f4d048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction
3535

3636
- name: Execute tests
37-
run: ./vendor/bin/phpunit
37+
run: ./vendor/bin/phpunit --coverage-clover clover.xml
3838

3939
- name: Upload coverage to Codecov
4040
uses: codecov/codecov-action@v1
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }}
43-
files: ./build/log/clover.xml
43+
files: clover.xml
4444

0 commit comments

Comments
 (0)