#640 Goal: 30% coverage for cli commands
Closed: Fixed Opened 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 3c84b33b 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%

Commit 2e0b9622 fixes this issue

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

Oops, didn't mean to close

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

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

Commit b260aab9 fixes this issue

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

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/640

Please continue any further discussion there.

Metadata