digitalr00ts / fizzbuzzx

An unnecessarily over-engineered fizzbuzz solution
Apache License 2.0
2 stars 2 forks source link

✅(pytest): Add code coverage #6

Closed drts01 closed 4 years ago

drts01 commented 4 years ago

Coverage report will be appended to the end of pytest, e.g.:

----------- coverage: platform linux, python 3.9.0-final-0 -----------
Name          Stmts   Miss Branch BrPart     Cover   Missing
------------------------------------------------------------
fizzbuzz.py      45     20      4      1    57.14%   28-29, 41-42, 137-142, 147-152, 157-158, 161->163, 163-168
drts01 commented 4 years ago

bump