Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code coverage of 100% #172

Open
sbrugman opened this issue Oct 26, 2021 · 0 comments
Open

code coverage of 100% #172

sbrugman opened this issue Oct 26, 2021 · 0 comments
Labels
CI Continuous integration/Github Actions related good first issue Good for newcomers help wanted Extra attention is needed internal improvement refactoring and testing
Projects

Comments

@sbrugman
Copy link
Collaborator

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).

@sbrugman sbrugman added good first issue Good for newcomers help wanted Extra attention is needed CI Continuous integration/Github Actions related internal improvement refactoring and testing labels Oct 26, 2021
@sbrugman sbrugman added this to Todo in Roadmap via automation Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous integration/Github Actions related good first issue Good for newcomers help wanted Extra attention is needed internal improvement refactoring and testing
Projects
Development

No branches or pull requests

1 participant