Skip to content

Commit b538817

Browse files
committed
coveralls removed
1 parent f367cb2 commit b538817

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/php-testing.yml

Lines changed: 2 additions & 8 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: none
22+
coverage: xdebug
2323
tools: php-cs-fixer, phpunit
2424

2525
- name: Composer Install
@@ -28,10 +28,4 @@ jobs:
2828
- name: Running Tests
2929
run: |
3030
mkdir -p build/logs
31-
./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
32-
33-
- name: Coveralls
34-
uses: coverallsapp/github-action@master
35-
with:
36-
github-token: ${{ secrets.GITHUB_TOKEN }}
37-
path-to-lcov: build/logs/clover.xml
31+
./vendor/bin/phpunit

0 commit comments

Comments
 (0)