mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add debug info to codeception
This commit is contained in:
parent
8de142cd9a
commit
4a4671c2ae
@ -17,7 +17,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
- ./tests/_data/db.sh
|
- ./tests/_data/db.sh
|
||||||
- php vendor/bin/codecept build
|
- php vendor/bin/codecept build
|
||||||
- php vendor/bin/codecept run --coverage --coverage-xml
|
- php vendor/bin/codecept run --coverage --coverage-xml --debug
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- cp -v tests/_output/coverage.xml build/logs/clover.xml
|
- cp -v tests/_output/coverage.xml build/logs/clover.xml
|
||||||
|
2
composer.lock
generated
2
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "27043b82bc8681d1094337483ff561a7",
|
"hash": "ed044a8c8691c9faf57f8d13839118cd",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "barryvdh/laravel-ide-helper",
|
"name": "barryvdh/laravel-ide-helper",
|
||||||
|
Loading…
Reference in New Issue
Block a user