Skip to content

Commit dfce5a5

Browse files
committed
ignore development files on production env
Signed-off-by: MarioRadu <magda_marior@yahoo.com>
1 parent 2e59e46 commit dfce5a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
- name: Install dependencies with composer
4545
run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
4646

47+
- name: Setup project
48+
run: |
49+
mv config/autoload/local.test.php.dist config/autoload/local.test.php
50+
4751
- name: Collect code coverage with PHPUnit
4852
run: vendor/bin/phpunit --colors=always --coverage-clover clover.xml
4953

0 commit comments

Comments
 (0)