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

Reach 100% coverage of Python code #351

Closed
godlygeek opened this issue Apr 23, 2023 · 1 comment
Closed

Reach 100% coverage of Python code #351

godlygeek opened this issue Apr 23, 2023 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@godlygeek
Copy link
Contributor

Our make pycoverage command currently has --cov-fail-under=80 to fail the test suite if the Python code coverage level drops below 80%. Let's get that up to 100% (adding a # pragma: no cover for anything that's not reasonably testable), and update this to --cov-fail-under=100.

@godlygeek godlygeek added good first issue Good for newcomers help wanted Extra attention is needed labels Apr 23, 2023
@pablogsal
Copy link
Member

Closed by #410 and #368

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants