-
-
Notifications
You must be signed in to change notification settings - Fork 432
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
relative_files = True
and dynamic_context = test_function
#900
Comments
This was referenced Dec 20, 2019
davidszotten
added a commit
to davidszotten/coveragepy
that referenced
this issue
Dec 20, 2019
fix reporting of contexts when `relative_files = True` fixes nedbat#900
nedbat
pushed a commit
that referenced
this issue
Dec 21, 2019
fix reporting of contexts when `relative_files = True` fixes #900
nedbat
added a commit
that referenced
this issue
Dec 21, 2019
This is now available in coverage==5.0.1 |
🎉 you are amazing |
1 task
This was referenced Jun 6, 2021
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
setting
relative_files = True
, i don't get any contexts listed in my html reportsTo Reproduce
`versions`
Expected behavior
context info in the html report
i get context when commenting out
relative_files
as in the example output above, but it disappears when i uncomment that lineupdate
i think the json reporter has the same issue (not checked others)
for the json report, i wonder if
coveragepy/coverage/jsonreport.py
Line 93 in c09c2c2
should be using
analysis.filename
instead?The text was updated successfully, but these errors were encountered: