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 dfd0eaf commit d6924bdCopy full SHA for d6924bd
.github/workflows/run-tests.yml
@@ -38,3 +38,10 @@ jobs:
38
39
- name: Run test suite
40
run: composer run-script test
41
+
42
+ - name: Upload coverage results to Coveralls
43
+ env:
44
+ COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
45
+ run: |
46
+ composer global require php-coveralls/php-coveralls
47
+ php-coveralls --coverage_clover=build/logs/clover.xml -v
0 commit comments