action #182402
Updated by gpuliti 11 days ago
During ticket #181358 I've found that container run an old version of `Devel::Cover` so I've mitigate the issue by hardcoding the installation of that module (see [os-autoinst#2071](https://github.com/os-autoinst/os-autoinst/pull/2701/commits/63a8e2b931eab889dc3139f2aa3711527415aa84)). The unhandled output: ``` This version of Devel::Cover was built with Perl version 5.040000. It is now being run with Perl version 5.040002. Attempting to make adjustments, but you may find that some of your modules do not have coverage data collected. You may need to alter the +-inc, +-ignore and +-select options. ``` We should update the container ran by the ci. os-autoinst#2071