Skip to content

Commit 5077dee

Browse files
committed
Use php-coveralls
1 parent 85b3397 commit 5077dee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,5 @@ jobs:
4242
run: composer run test
4343

4444
- name: Coveralls
45-
uses: coverallsapp/github-action@v2
46-
with:
47-
file: junit.xml
48-
format: xml
45+
run: composer run php-coveralls --coverage_clover=build/logs/clover.xml -v
4946

0 commit comments

Comments
 (0)