-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
We need to improve unit tests coverage in order to reach the value close to 100%
How to:
- Analyze existing code base using the
coveragepackage - Review report generated by the
coveragepackage and find the code not covered by tests - Prepare unit tests
- Go to step 1 and repeat action unit we cover almost 100% of the code base