Skip to content

Commit d506675

Browse files
author
Matthias Leutenegger
committed
no coverage right now
1 parent 07bd20d commit d506675

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ jobs:
8080
composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile
8181
- name: run phpunit
8282
run: vendor/bin/phpunit -d memory_limit=1G -c "tests/phpunit.xml" tests/
83-
- name: generate coverage
84-
run: phpdbg -qrr vendor/bin/phpunit -d memory_limit=4G --process-isolation --coverage-clover=coverage.xml -c "tests/phpunit.xml" tests/
85-
if: ${{ matrix.php == '7.4' && matrix.recipe == '4.x-dev' }}
86-
- name: submit coverage
87-
uses: codecov/codecov-action@v2
88-
with:
89-
token: ${{ secrets.CODECOV_TOKEN }}
90-
files: ./coverage.xml
91-
if: ${{ matrix.php == '7.4' && matrix.recipe == '4.x-dev' }}
83+
# - name: generate coverage
84+
# run: phpdbg -qrr vendor/bin/phpunit -d memory_limit=4G --process-isolation --coverage-clover=coverage.xml -c "tests/phpunit.xml" tests/
85+
# if: ${{ matrix.php == '7.4' && matrix.recipe == '4.x-dev' }}
86+
# - name: submit coverage
87+
# uses: codecov/codecov-action@v2
88+
# with:
89+
# token: ${{ secrets.CODECOV_TOKEN }}
90+
# files: ./coverage.xml
91+
# if: ${{ matrix.php == '7.4' && matrix.recipe == '4.x-dev' }}
9292
phpstan:
9393
name: 🔍 PHPStan
9494
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)