File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11all :
22 composer qa-all
33
4+ all-coverage :
5+ composer qa-all-coverage
6+
47ci :
58 composer qa-ci
69
Original file line number Diff line number Diff line change 4848 ],
4949 "unit" : [
5050 " @ensure-installed" ,
51- " phpunit --colors=always -c phpunit.xml.dist --coverage-text --coverage-html covHtml"
51+ " phpunit --colors=always -c phpunit.xml.dist"
52+ ],
53+ "unit-coverage" : [
54+ " @ensure-installed" ,
55+ " phpunit --colors=always -c phpunit.xml.dist --coverage-text --coverage-html covHtml --coverage-clover ./build/logs/clover.xml"
5256 ],
5357 "qa-all" : [
5458 " @lint-php" ,
5559 " @cs" ,
5660 " @unit"
5761 ],
62+ "qa-all-coverage" : [
63+ " @lint-php" ,
64+ " @cs" ,
65+ " @unit-coverage"
66+ ],
5867 "qa-windows" : [
5968 " @lint-php" ,
6069 " @cs" ,
6170 " @unit"
6271 ],
6372 "qa-ci" : [
64- " @qa-all"
73+ " @qa-all-coverage "
6574 ],
6675 "qa-ci-windows" : [
6776 " @qa-windows"
You can’t perform that action at this time.
0 commit comments