Actions
action #178942
closedcoordination #127031: [saga][epic] openQA for SUSE customers
coordination #165393: [epic] Improved code coverage in openQA
[beginner][easy] Cover code of openQA path lib/OpenQA/Utils.pm (statement coverage) size:S
Description
Acceptance criteria¶
- AC1: the path lib/OpenQA/Utils.pm is listed in codecov.yml under "fully_covered"
Suggestions¶
- Take a look into https://app.codecov.io/gh/os-autoinst/openQA/blob/master/lib%2FOpenQA%2FUtils.pm about what is missing. This should really be only two lines in https://app.codecov.io/gh/os-autoinst/openQA/blob/master/lib%2FOpenQA%2FUtils.pm#L588
- Add unit test statement coverage for that to bump the target
Updated by okurz about 1 month ago
- Copied from action #178939: [beginner][easy] Cover code of openQA path lib/OpenQA fully (statement coverage) added
Updated by okurz about 1 month ago
- Copied to action #178945: [beginner][easy] Cover code of openQA path lib/OpenQA/BuildResults.pm (statement coverage) added
Updated by emiler 20 days ago
Initial PR created: https://github.com/os-autoinst/openQA/pull/6353
I have to write a new subtest to cover this part of the source code, since the module now has to have 100% coverage. That is also why the pipeline is failing at the moment.
Actions