File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 53
53
coverage : none
54
54
55
55
- run : composer install --no-progress --prefer-dist
56
- - run : wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar
57
56
- run : vendor/bin/tester -p phpdbg tests -s -C --coverage ./coverage.xml --coverage-src ./src
58
- - run : php coveralls.phar --verbose --config tests/.coveralls.yml
57
+ - run : wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.4.3/php-coveralls.phar
58
+ - env :
59
+ COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
60
+ run : php php-coveralls.phar --verbose --config tests/.coveralls.yml
Original file line number Diff line number Diff line change 1
1
# for php-coveralls
2
- service_name : travis-ci
2
+ service_name : github-actions
3
3
coverage_clover : coverage.xml
4
4
json_path : coverage.json
You can’t perform that action at this time.
0 commit comments