Project

General

Profile

action #121357

Updated by livdywan over 1 year ago

## Motivation 
 All code should be fully covered or marked as uncoverable so that we can spot gaps easily. As of this writing we have 98.86%. 

 ## Acceptance criteria 
 - **AC1**: All places that could be covered by tests but aren't have been identified 
 - **AC2**: Codecov reports 100% 

 ## Comments 
 * Current coverage: https://app.codecov.io/gh/os-autoinst/os-autoinst/tree/master/ 
 * Use ignore statements for lines that cannot be covered by actual tests

Back