File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 87
87
composer-options : --prefer-dist --no-suggest
88
88
89
89
- name : Doctrine
90
- if : " ${{ matrix.coverage }} == 'doctrine'"
90
+ if : matrix.storage == 'doctrine'
91
91
run : |
92
92
tests/app/console doctrine:database:create
93
93
tests/app/console doctrine:schema:create
96
96
run : vendor/bin/simple-phpunit -c phpunit.xml.dist --coverage-clover=coverage.clover
97
97
98
98
- name : Coverage
99
- if : ${{ matrix.coverage }}
99
+ if : matrix.coverage
100
100
run : |
101
101
wget https://scrutinizer-ci.com/ocular.phar
102
102
php ocular.phar code-coverage:upload --access-token="230ec5e01daf5bb3e46ea304fb20348b52d80de73463ec08ee9c96fcd1349e35" --format=php-clover coverage.clover
Original file line number Diff line number Diff line change 39
39
"Task\\ TaskBundle\\ Tests\\ " : " tests"
40
40
}
41
41
},
42
- "minimum-stability" : " dev" ,
43
42
"extra" : {
44
43
"branch-alias" : {
45
44
"dev-master" : " 2.x-dev"
You can’t perform that action at this time.
0 commit comments