File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4040 coverage : none
4141
4242 - run : composer install --no-progress --prefer-dist
43- - run : wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar
4443 - run : vendor/bin/tester -p phpdbg tests -s -C --coverage ./coverage.xml --coverage-src ./src
45- - run : php coveralls.phar --verbose --config tests/.coveralls.yml
44+ - run : wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.4.3/php-coveralls.phar
45+ - env :
46+ COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
47+ run : php php-coveralls.phar --verbose --config tests/.coveralls.yml
Original file line number Diff line number Diff line change 11# for php-coveralls
2- service_name : travis-ci
2+ service_name : github-actions
33coverage_clover : coverage.xml
44json_path : coverage.json
You can’t perform that action at this time.
0 commit comments