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 2e59e46 commit dfce5a5Copy full SHA for dfce5a5
.github/workflows/codecov.yml
@@ -44,6 +44,10 @@ 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
50
+
51
- name: Collect code coverage with PHPUnit
52
run: vendor/bin/phpunit --colors=always --coverage-clover clover.xml
53
0 commit comments