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 2b3fb46 commit e2ebd6eCopy full SHA for e2ebd6e
.github/workflows/codecov.yml
@@ -44,9 +44,9 @@ jobs:
44
- name: Install dependencies with composer
45
run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
46
47
- - name: Setup project
48
- run: |
49
- mv config/autoload/local.test.php.dist config/autoload/local.test.php
+# - name: Setup project
+# run: |
+# mv config/autoload/local.test.php.dist config/autoload/local.test.php
50
51
- name: Collect code coverage with PHPUnit
52
run: vendor/bin/phpunit --colors=always --coverage-clover clover.xml
0 commit comments