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 7b3b406 commit 320812fCopy full SHA for 320812f
.github/workflows/php.yml
@@ -41,6 +41,8 @@ jobs:
41
- name: Run test
42
run: composer run test
43
44
-# - name: Coveralls
45
-# run: vendor/bin/php-coveralls --coverage_clover=build/logs/clover.xml -v
+ - name: Upload coverage results to Coveralls
+ env:
46
+ COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
47
+ run: vendor/bin/php-coveralls --coverage_clover=build/logs/clover.xml -v
48
0 commit comments