We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0afb89 commit dd9dbdbCopy full SHA for dd9dbdb
.github/workflows/test.yml
@@ -67,7 +67,7 @@ jobs:
67
with:
68
dependency-versions: ${{ matrix.dependencies }}
69
- name: Run Tests with coverage
70
- run: make coverage
+ run: vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover build/logs/clover.xml
71
#- name: Send coverage to Codecov
72
# uses: codecov/codecov-action@v4
73
# with:
0 commit comments