File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ phpunit:
138138
139139# ##> php-coveralls ###
140140report-code-coverage : # # update code coverage on coveralls.io. Note: COVERALLS_REPO_TOKEN should be set on CI side.
141- @make exec cmd=" ./vendor/bin/php-coveralls -- coverage_clover= reports/clover.xml --json_path= reports/coverals.json"
141+ @make exec cmd=" export COVERALLS_REPO_TOKEN= ${COVERALLS_REPO_TOKEN} && php ./vendor/bin/php-coveralls -v -- coverage_clover reports/clover.xml --json_path reports/coverals.json"
142142# ##< php-coveralls ###
143143
144144# ##> phpcs ###
Original file line number Diff line number Diff line change 3030 <directory suffix =" Test.php" >./tests/Unit</directory >
3131 </testsuite >
3232
33- <testsuite name =" Feature " >
34- <directory suffix =" Test.php" >./tests/Feature </directory >
33+ <testsuite name =" Functional " >
34+ <directory suffix =" Test.php" >./tests/Functional </directory >
3535 </testsuite >
3636 </testsuites >
3737 <filter >
You can’t perform that action at this time.
0 commit comments