Skip to content

Commit e2ebd6e

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codecov.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ 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
47+
# - name: Setup project
48+
# run: |
49+
# mv config/autoload/local.test.php.dist config/autoload/local.test.php
5050

5151
- name: Collect code coverage with PHPUnit
5252
run: vendor/bin/phpunit --colors=always --coverage-clover clover.xml

0 commit comments

Comments
 (0)