nedbat / coveragepy Public
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
Contexts in reports are missing with relative_files=True #899
Comments
I'll mark this a dup of #900. |
This is now available in coverage==5.0.1 |
1 task
1 task
1 task
1 task
1 task
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: