#640 Goal: 30% coverage for cli commands
Closed: Fixed 6 years ago Opened 6 years ago by mikem.

Our current unit test coverage for the cli command handlers is 14%

$ coverage report --include cli\*
Name                       Stmts   Miss  Cover
----------------------------------------------
cli/koji                     208    127    39%
cli/koji_cli/__init__.py       0      0   100%
cli/koji_cli/commands.py    5368   4601    14%     <---
cli/koji_cli/lib.py          425    178    58%
----------------------------------------------
TOTAL                       6001   4906    18%

This is one of our largest source files, so I'm starting with a more modest goal.


Commit 3c84b33 relates to this ticket

PR #652 brings us up to 18%

$ coverage report --include cli/koji_cli/commands.py
Name                       Stmts   Miss  Cover
----------------------------------------------
cli/koji_cli/commands.py    5368   4405    18%

Metadata Update from @mikem:
- Issue status updated to: Open (was: Closed)

6 years ago

Oops, didn't mean to close

Metadata Update from @mikem:
- Issue close_status updated to: Fixed

6 years ago

Metadata Update from @mikem:
- Issue status updated to: Open (was: Closed)

6 years ago

Metadata Update from @mikem:
- Issue set to the milestone: 1.15

6 years ago

Login to comment on this ticket.

Metadata