action #130417
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) for the file "consoles/amtSol" (if it still exists) directory "consoles/" ## Suggestions * First consider if we can obsolete and delete the backend amt and according console (compare to previous obsoletions) * Identify areas showing less than 100.00% on https://app.codecov.io/gh/os-autoinst/os-autoinst/blob/master/consoles%2FamtSol.pm https://app.codecov.io/gh/os-autoinst/os-autoinst for consoles/ and * Remove dead code that * Add according test coverage * Add explicit exception statements on unreachable code * Add consoles/ to codecov.yml "fully_covered" until the complete project reaches 100%