Actions
action #174271
closedcoordination #127031: [saga][epic] openQA for SUSE customers
coordination #130414: [epic] Improved code coverage in os-autoinst
Improved code coverage in os-autoinst - consoles/vnc_base.pm size:S
Start date:
2024-12-12
Due date:
% Done:
100%
Estimated time:
Tags:
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. Continue with the directory "consoles/"
Acceptance criteria¶
- AC1: codecov.yml ensures that we have at least 100% statement coverage (with explicit Devel::Cover exceptions allowed) in consoles/vnc_base.pm
Suggestions¶
- Identify areas showing less than 100.00% on
https://app.codecov.io/gh/os-autoinst/os-autoinst/blob/master/consoles%2Fvnc_base.pm
- Remove dead code
- Add according test coverage
- Add explicit exception statements on unreachable code
- Add consoles/vnc_base to codecov.yml "fully_covered" until the complete project reaches 100%
Updated by okurz 7 days ago
- Copied from action #174268: Improved code coverage in os-autoinst - consoles/video_base.pm size:S added
Updated by gpuliti 3 days ago
Pull request open in wip status: https://github.com/os-autoinst/os-autoinst/pull/2593
Updated by gpuliti 2 days ago
Pull request ready to merge: https://github.com/os-autoinst/os-autoinst/pull/2593
The _typing_limit subroutine has been removed because it is never used.
Updated by gpuliti about 17 hours ago
- Status changed from Feedback to Resolved
- % Done changed from 0 to 100
Actions