We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As of today ( f0ea50f ), unit test coverage of the project is only 40%.
Using pytest --cov runs tests while displaying the coverage.
pytest --cov
This gives us low confidence about new commits not breaking something.
Add unit test that focus on increasing the coverage, especially for chain support.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
As of today ( f0ea50f ), unit test coverage of the project is only 40%.
Using
pytest --cov
runs tests while displaying the coverage.Problem
This gives us low confidence about new commits not breaking something.
Proposal
Add unit test that focus on increasing the coverage, especially for chain support.
The text was updated successfully, but these errors were encountered: