te25son / Jokes

CLI app for jokes
0 stars 0 forks source link

Increase code coverage percentage to 100% #28

Closed te25son closed 1 year ago

te25son commented 1 year ago

27 introduced code coverage in the test pipeline, but limited it 85% so the tests would pass and the PR could be merged.

Ideally we would want this percentage to be 100%, so we should improve the tests, cover the areas that aren't covered and increase the expected percentage in pyproject.toml to 100%

te25son commented 1 year ago

This could also be done as a part of #5

te25son commented 1 year ago

Fixed in #29