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 2860c34 commit 5f83116Copy full SHA for 5f83116
.github/workflows/tests.yaml
@@ -103,3 +103,10 @@ jobs:
103
104
- name: Execute PHPStan
105
run: vendor/bin/phpstan --configuration="phpstan.neon.dist"
106
+
107
+ - name: Upload coverage results to Coveralls
108
+ env:
109
+ COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
110
+ run: |
111
+ composer global require php-coveralls/php-coveralls
112
+ php-coveralls --coverage_clover=build/logs/clover.xml -v
0 commit comments