Skip to content

Review coverage report about non-tested statements #1842

Open
@MVrachev

Description

@MVrachev

Description of issue or feature request:
I run 1coverage` locally to find out at how many places do we miss unit test coverage.
We are pretty good right now with coverage of 98% or we have 1138 total statements and only 16 are not tested.
I thought it could be useful to review those 16 lines and decide if testing is needed.

PS: If you want to run coverage locally you can from inside the tests directory by running:

python -m coverage run aggregate_tests.py
python -m coverage html
<BROSWER OF CHOICE> htmlcov/index.html

Metadata

Metadata

Assignees

Labels

backlogIssues to address with priority for current development goalstesting

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions