Skip to content

Commit 914fb27

Browse files
committed
coveralls added again
1 parent b538817 commit 914fb27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/php-testing.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
php-version: ${{ matrix.php-versions }}
2121
extensions: gd
22-
coverage: xdebug
22+
coverage: none
2323
tools: php-cs-fixer, phpunit
2424

2525
- name: Composer Install
@@ -28,4 +28,5 @@ jobs:
2828
- name: Running Tests
2929
run: |
3030
mkdir -p build/logs
31-
./vendor/bin/phpunit
31+
./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
32+
php vendor/bin/php-coveralls

0 commit comments

Comments
 (0)