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 933fe0b commit 5b3b1ebCopy full SHA for 5b3b1eb
.github/workflows/run-tests-with-coverage.yml
@@ -26,7 +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
30
-
31
32
+ php-coveralls --coverage_clover=build/logs/clover-${{ matrix.php-version }}.xml -v
0 commit comments