Project

General

Profile

action #95662

Updated by okurz almost 3 years ago

## Observation 

 If you look at this report: 
 https://codecov.io/gh/os-autoinst/openQA/src/master/t/lib/OpenQA/Test/Utils.pm#L478 

 you will see that starting with these 3 uncoverable lines `# uncoverable statement` the rest of the markers are off by 3, resulting in empty lines being marked as covered for example. 

 ## Acceptance criteria 
 * **AC1:** Our codecov reports in openQA show red/green markers on correct lines when using `uncoverable …` in a previous line 

 ## Problem 
 This seems to be a bug in Devel::Cover::Report::Codecovbash 

 ## Tasks 
 * Take over maintainership for Devel::Cover::Report::Codecovbash as original author is not interested anymore 
 * Fix the bug in the source repo of Devel::Cover::Report::Codecovbash 
 * Provide an updated package on CPAN with updated source repo location + bugfix 
 * Provide updated package of the above within openSUSE 
 * Ensure that the updated, fixed package is used within our CI environment and reports are correct

Back