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
Describe the bug
When I enable relative_files the json and html reports no longer contain context information. I still see context info in the sqlite DB though.
To Reproduce
relative_files=True
python3 -m pytest --cov --cov-context=test tests/test_foo.py
python3 -m coverage html --show-contexts
Expected behavior
HTML report contains context infos
The text was updated successfully, but these errors were encountered:
I'll mark this a dup of #900.
Sorry, something went wrong.
Cleanup and changelog for #899 #900
31f7280
This is now available in coverage==5.0.1
No branches or pull requests
Describe the bug
When I enable relative_files the json and html reports no longer contain context information. I still see context info in the sqlite DB though.
To Reproduce
relative_files=True
python3 -m pytest --cov --cov-context=test tests/test_foo.py
python3 -m coverage html --show-contexts
Expected behavior
HTML report contains context infos
The text was updated successfully, but these errors were encountered: