Pavel Lobashov

Results 862 comments of Pavel Lobashov

Seems this is rather difficult task Branch coverage do not like construction like this: ```ruby node.xpath('*').each do |preset_geometry_child| case preset_geometry_child.name when 'pctWidth' @width = PictureDimension.new(parent: self).parse(preset_geometry_child) end end ``` I've...

Small incremental steps to fix this problem

Any working workaround for this issue, I don't want to skip coverage reports in my CI, but I'm constantly getting same error as @elia For example in this run: https://github.com/ONLYOFFICE/onlyoffice_api_gem/pull/249/checks?check_run_id=2128299573...

Problem was gone for me for quite of some time but today it's failing again almost each build

Hi, I've shown your issue to our dev team, thanks. Is this result of some kind of vulnerability scan app?

> I understand that it is a development version I'm not saying there is no vulnerabilities, I've just asked scanner tool Veracode it is

> I am using feature/change-files-folder branch I'm sorry, why? I do not even know if this branch is in working condition

So? I do not understand your logic. This is a development branch and can contain any number of not working features and can not work at all You should always...

This issue was closed due to no response.

Hi, @josx - this is normal, those errors are not have any side effects But we have an issue in our private issue tracker (#44522) to remove those errors