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 ff677bf commit 065cb58Copy full SHA for 065cb58
.github/workflows/continuous-integration.yml
@@ -65,7 +65,7 @@ jobs:
65
dependency-versions: "${{ matrix.deps }}"
66
67
- name: "Run PHPUnit"
68
- run: "bin/phpunit -c tests --coverage-clover=coverage.xml"
+ run: "bin/phpunit -c tests --coverage-clover coverage.xml"
69
70
- name: "Send coverage to Codecov"
71
uses: "codecov/codecov-action@v2"
0 commit comments