Skip to content

Commit 424145b

Browse files
committed
updated workflows
1 parent 53f5e88 commit 424145b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
coverage: none
4343

4444
- run: composer install --no-progress --prefer-dist
45-
- run: wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar
4645
- run: vendor/bin/tester -p phpdbg tests -s -C --coverage ./coverage.xml --coverage-src ./src
47-
- run: php coveralls.phar --verbose --config tests/.coveralls.yml
46+
- run: wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.4.3/php-coveralls.phar
47+
- env:
48+
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49+
run: php php-coveralls.phar --verbose --config tests/.coveralls.yml

tests/.coveralls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# for php-coveralls
2-
service_name: travis-ci
2+
service_name: github-actions
33
coverage_clover: coverage.xml
44
json_path: coverage.json

0 commit comments

Comments
 (0)