Actions
action #71095
closed[ci][os-autoinst] unable to read files in codecov reports, probably due to "opt" prefix
Description
Observation¶
https://codecov.io/gh/os-autoinst/os-autoinst/pull/1529/changes mentions
Changes in opt/consoles/localXvnc.pm
Changes in opt/commands.pm
Changes in opt/consoles/console.pm
but opening the folded bars does not reveal the source code context, probably due to the "opt/" prefix
Suggestions¶
Probably this is a regression introduced by the switch to CMake introducing the "opt/" prefix. https://docs.codecov.io/docs/fixing-paths has some suggestions but I would prefer if we strip the "opt/" in the CI build even in before.
Actions