Skip to content

Commit 28c7540

Browse files
committed
More Coveralls Experiments
1 parent 9075817 commit 28c7540

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/php.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,8 @@ jobs:
138138

139139
- name: Upload coverage results to Coveralls
140140
if: matrix.php == '8.3'
141-
env:
142-
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
143-
run: |
144-
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.4.3/php-coveralls.phar
145-
chmod +x php-coveralls.phar
146-
php php-coveralls.phar --coverage_clover=build/clover.xml --json_path=build/coveralls-upload.json -vvv
141+
uses: coverallsapp/github-action@v2
142+
with:
143+
github-token: ${{ secrets.GITHUB_TOKEN }}
144+
file: build/clover.xml
145+
format: clover

0 commit comments

Comments
 (0)