Project

General

Profile

action #152855

Updated by tinita 5 months ago

## Observation 

 We are seeing the following informational message in CI: 
 https://github.com/os-autoinst/os-autoinst/actions/runs/7289133602/job/19863136097#step:3:610 
 ``` 
 7: This version of Devel::Cover was built with Perl version 5.038000. 
 1202 
 7: It is now being run with Perl version 5.038002. 
 1203 
 7: Attempting to make adjustments, but you may find that some of your modules do 
 1204 
 7: not have coverage data collected.    You may need to alter the +-inc, +-ignore 
 1205 
 7: and +-select options. 
 ``` 
 Not sure since when. Didn't check openQA+circleCI yet. 
 It's not a problem right now, but annoying output and to me it sounds wrong that a module was built with an older perl version. 

Back