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 1
1
all :
2
2
composer qa-all
3
3
4
+ all-coverage :
5
+ composer qa-all-coverage
6
+
4
7
ci :
5
8
composer qa-ci
6
9
Original file line number Diff line number Diff line change 48
48
],
49
49
"unit" : [
50
50
" @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"
52
56
],
53
57
"qa-all" : [
54
58
" @lint-php" ,
55
59
" @cs" ,
56
60
" @unit"
57
61
],
62
+ "qa-all-coverage" : [
63
+ " @lint-php" ,
64
+ " @cs" ,
65
+ " @unit-coverage"
66
+ ],
58
67
"qa-windows" : [
59
68
" @lint-php" ,
60
69
" @cs" ,
61
70
" @unit"
62
71
],
63
72
"qa-ci" : [
64
- " @qa-all"
73
+ " @qa-all-coverage "
65
74
],
66
75
"qa-ci-windows" : [
67
76
" @qa-windows"
You can’t perform that action at this time.
0 commit comments