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 5b3b1eb commit 28008c9Copy full SHA for 28008c9
.github/workflows/run-tests-with-coverage.yml
@@ -26,4 +26,4 @@ jobs:
26
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
run: |
28
composer global require php-coveralls/php-coveralls
29
- php-coveralls --coverage_clover=build/logs/clover-${{ matrix.php-version }}.xml -v
+ php-coveralls --coverage_clover=build/logs/clover-${{ matrix.php-version }}.xml -v
0 commit comments