Zdenek Gebauer

Results 5 comments of Zdenek Gebauer

I found another problem with generated columns and NULL on MariaDB : ``` ->addColumn( 'cs', Literal::from("varchar(50) GENERATED ALWAYS AS (JSON_VALUE(`translations`,'$.name.cs')) VIRTUAL UNIQUE") ``` generates: ``` ADD `cs` varchar(50) GENERATED ALWAYS...

Thank you. Exclude is very useful feature, because coverage vendor is useless and often slow.

Warning is gone, but coverage report still contains directory tests/_output/coverage/vendor/* . I have project directory structure: ``` - tests/* - www/app/* - www/vendor/* - codeception.dist.yml ``` configuration contains: ``` coverage:...

I created repo https://github.com/zdenekgebauer/test-codecept-exclude with simple test. Excluding vendor stil not working,

I've made an update to the test repository https://github.com/zdenekgebauer/test-codecept-exclude, adding tests to cover files located in various directories. Everything is functioning as expected, including the exclusion of vendor files. Thank...