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 much googling, I came across this issue, which solved my problem, but which I believe still needs to be documented. Namely, adding
[html] show_context = True
Will allow context reporting in the html report without having to run coverage separately.
The issue is still open because @brutledge was still discussing whether to make pytest-cov do this automatically.
Feel free to make a PR with the docs change.
Originally posted by @ionelmc in #371 (comment)
The text was updated successfully, but these errors were encountered:
show_contexts
Successfully merging a pull request may close this issue.
After much googling, I came across this issue, which solved my problem, but which I believe still needs to be documented. Namely, adding
[html]
show_context = True
Will allow context reporting in the html report without having to run coverage separately.
The issue is still open because @brutledge was still discussing whether to make pytest-cov do this automatically.
Feel free to make a PR with the docs change.
Originally posted by @ionelmc in #371 (comment)
The text was updated successfully, but these errors were encountered: