code coverage of 100% #172
Labels
CI
Continuous integration/Github Actions related
good first issue
Good for newcomers
hacktoberfest
help wanted
Extra attention is needed
internal improvement
refactoring and testing
The risk of breaking functionality on introducing new features could be reduced by ensuring that each line of code is covered by the tests and that this is enforced at test time. Other repos, such as this also use this.
For that, we can include
pytest-cov
to the test dependencies and increase the test coverage until it passes (see this annswer).The text was updated successfully, but these errors were encountered: