Skip to content

Commit 5f83116

Browse files
committed
feat: Update Github Workflow tests.yaml
1 parent 2860c34 commit 5f83116

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yaml

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

104104
- name: Execute PHPStan
105105
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

Comments
 (0)