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 e361b3e commit e0ec9beCopy full SHA for e0ec9be
.github/workflows/run-tests-pcov-pull.yml
@@ -93,7 +93,7 @@ jobs:
93
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
94
95
- name: Run Unit Tests
96
- run: php ./vendor/bin/paratest --cache-directory=".phpunit.cache/code-coverage" --strict-coverage --coverage-clover ./coverage.xml
+ run: php ./vendor/bin/phpunit --cache-directory=".phpunit.cache/code-coverage" --strict-coverage --coverage-clover ./coverage.xml
97
98
- name: Upload coverage reports to Codecov
99
uses: codecov/codecov-action@v4
0 commit comments