action #174244
Updated by okurz about 1 month ago
## 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/sshXtermVt.pm consoles/sshXterm.pm ## Suggestions * Identify areas showing less than 100.00% on https://app.codecov.io/gh/os-autoinst/os-autoinst/blob/master/consoles%2FsshXtermVt.pm https://app.codecov.io/gh/os-autoinst/os-autoinst/blob/master/consoles%2FsshXterm.pm * Remove dead code * Add according test coverage * Add explicit exception statements on unreachable code * Add consoles/sshXtermVt consoles/sshXterm to codecov.yml "fully_covered" until the complete project reaches 100%