File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
36
36
- name : Start PHP Server
37
37
run : |
38
- cd vendor/codeception/codeception && php -S 127.0.0.1:8000 -t tests/data/app >/dev/null 2>&1 &
38
+ cd vendor/codeception/codeception && php -S 127.0.0.1:8000 -t tests/data/app -d pcov.directory=$(pwd)/tests/data/app >/dev/null 2>&1 &
39
39
40
40
- name : Run test suite
41
41
run : cd vendor/codeception/codeception && php ./codecept run coverage
70
70
71
71
- name : Start PHP Server
72
72
run : |
73
- cd vendor/codeception/codeception && php -S 127.0.0.1:8000 -t tests/data/app >/dev/null 2>&1 &
73
+ cd vendor/codeception/codeception && php -S 127.0.0.1:8000 -t tests/data/app -d pcov.directory=$(pwd)/tests/data/app >/dev/null 2>&1 &
74
74
75
75
- name : Run test suite
76
76
run : cd vendor/codeception/codeception && php ./codecept run coverage
@@ -105,7 +105,7 @@ jobs:
105
105
106
106
- name : Start PHP Server
107
107
run : |
108
- cd vendor/codeception/codeception && php -S 127.0.0.1:8000 -t tests/data/app >/dev/null 2>&1 &
108
+ cd vendor/codeception/codeception && php -S 127.0.0.1:8000 -t tests/data/app -d pcov.directory=$(pwd)/tests/data/app >/dev/null 2>&1 &
109
109
110
110
- name : Run test suite
111
111
run : cd vendor/codeception/codeception && php ./codecept run coverage
You can’t perform that action at this time.
0 commit comments