Skip to content

Commit d6924bd

Browse files
Update run-tests.yml
1 parent dfd0eaf commit d6924bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,10 @@ jobs:
3838

3939
- name: Run test suite
4040
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

Comments
 (0)