Roman Ivanov
Roman Ivanov
@esovan , is this PR to fix problem https://github.com/hcoles/pitest/issues/375 ?
Off topic: >for qualative analysis @hcoles , Can you share details ?
thanks a lot for sharing an article. Right now I understand why you do not understand us. You work in different environment, where coverage is not enforced on fanatic level...
@Vampire , is this PR to fix problem https://github.com/hcoles/pitest/issues/375
@hcoles, please share what is wrong with this PR ?
the same problem for `coverageThreshold`, 100 in config does not trigger build failure when come class is covered a bit lower than 100. Post processing of report by "grep/...." is...
Is it same as https://github.com/hcoles/pitest/pull/638 ? And https://github.com/hcoles/pitest/pull/776
> It is not visible at runtime Main point is to be not visible in development time (in IDE, when engineer need to focus on business logic ) > For...
@uschindler , did you come with some ideas howto make it? we run into this problem again, and suppress all violations in files rather then specific violation. Example of our...
SuppressWarningsHolder is required for http://checkstyle.sourceforge.net/config_filters.html#SuppressWarningsFilter , as it default filter currently , so SuppressWarningsHolder exists in config by default only to let default filter work FileContentsHolder is required for http://checkstyle.sourceforge.net/config_filters.html#SuppressionCommentFilter...