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
After generating a project using ZODB on the backend, then running tests with coverage via pytest --cov reveals test coverage is only at 42%.
pytest --cov
Name Stmts Miss Cover -------------------------------------------------- zodb_demo/__init__.py 16 11 31% zodb_demo/models/__init__.py 8 4 50% zodb_demo/pshell.py 6 6 0% zodb_demo/routes.py 2 2 0% zodb_demo/views/__init__.py 0 0 100% zodb_demo/views/default.py 4 0 100% zodb_demo/views/notfound.py 4 0 100% -------------------------------------------------- TOTAL 40 23 42%
See also #79.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After generating a project using ZODB on the backend, then running tests with coverage via
pytest --cov
reveals test coverage is only at 42%.See also #79.
The text was updated successfully, but these errors were encountered: