Actions
coordination #165393
opencoordination #127031: [saga][epic] openQA for SUSE customers
[epic] Improved code coverage in openQA
Start date:
2024-09-06
Due date:
% Done:
83%
Estimated time:
(Total: 0.00 h)
Description
Motivation¶
To be able to safely improve and extend os-autoinst, we need to have reliable and stable unit tests with even better code coverage, at least 100% statement coverage.
Acceptance criteria¶
- AC1: codecov.yml ensures that we have at least 100% statement coverage (with explicit Devel::Cover exceptions allowed) in the openQA area
Suggestions¶
- Identify areas showing less than 100.00% on https://app.codecov.io/gh/os-autoinst/openQA and
- Remove dead code that
- Add according test coverage
- Add explicit exception statements on unreachable code
- Add each area to codecov.yml "fully_covered" until the complete project reaches 100%
Updated by okurz 3 months ago
- Copied from coordination #130414: [epic] Improved code coverage in os-autoinst added
Actions