Oleg Zhulnev

Results 35 comments of Oleg Zhulnev

Hi @FlorentTorregrosa Nope it is not possible to ignore a specific line of code in this moment.

what about to get rid of tputs and change a bit output format? see https://github.com/povils/phpmnd/pull/161

Hey @kubawerlos. Could you please take a look on this PR as you requested to do some changes when you have a time?

As an idea it's ok for me so far. But we need to rebase this PR against latest master and fix all conflicts first.

@SignpostMarv I assume that there were some incompatibility issues with newest symfony/console. Currently we need to bump up minimum version of `symfony/console` to 4.4 as current 4.0 has some incompatibilities...

I've done some initial investigation here and found that infection generates command like: ```bash php E:\www\project\vendor\codeception\codeception\codecept run --no-colors --fail-fast --coverage-phpunit codeception-coverage-xml --xml "C:/Users/username/AppData/Local/Temp/infection/junit.xml" -o "paths: output: C:/Users/username/AppData/Local/Temp/infection" -o "coverage: enabled:...

Spoke with guys from codeception in their slack channel. They raised PR to fix this issue https://github.com/Codeception/Codeception/pull/5966

Just FYI: It won't be possible to backport this fix to codeception 3.x. I assume we need to update conflicts section once fix is released

@maks-rafalko we may bump up codeception version for the current master and throw an exception for 0.17 for example. I can't find another way how to solve this issue.

https://github.com/Codeception/Codeception/pull/5966 has been merged to 4.1. Waiting for release