We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653d57f commit 4220d52Copy full SHA for 4220d52
.github/workflows/tests.yml
@@ -81,7 +81,7 @@ jobs:
81
- name: run phpunit
82
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=2G --coverage-clover=coverage.xml -c "tests/phpunit.xml" tests/
+ run: phpdbg -qrr vendor/bin/phpunit -d memory_limit=4G --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
0 commit comments