Skip to content

Commit 320812f

Browse files
committed
Upload coverage results to Coveralls
1 parent 7b3b406 commit 320812f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
- name: Run test
4242
run: composer run test
4343

44-
# - name: Coveralls
45-
# run: vendor/bin/php-coveralls --coverage_clover=build/logs/clover.xml -v
44+
- name: Upload coverage results to Coveralls
45+
env:
46+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
47+
run: vendor/bin/php-coveralls --coverage_clover=build/logs/clover.xml -v
4648

0 commit comments

Comments
 (0)