File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149
149
php -d opcache.enable_cli=1 vendor/bin/phpunit --exclude-group none $(if [ -n "$LOG_COVERAGE" ]; then echo --coverage-text; else echo --no-coverage; fi) --fail-on-warning --fail-on-risky $(if vendor/bin/phpunit --version | grep -q '^PHPUnit 9\.'; then echo -v; else echo --fail-on-notice --fail-on-deprecation --display-notices --display-deprecations --display-phpunit-deprecations --display-warnings --display-errors --display-incomplete --display-skipped; fi)
150
150
151
151
- name : Upload coverage (only for coverage)
152
- if : env.LOG_COVERAGE && false # TODO
152
+ if : env.LOG_COVERAGE
153
153
uses : codecov/codecov-action@v5
154
154
with :
155
155
token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change
1
+ comment : false
2
+ coverage :
3
+ status :
4
+ project :
5
+ default :
6
+ target : auto
7
+ threshold : 0.025
8
+ patch : false
9
+ changes : false
You can’t perform that action at this time.
0 commit comments