-
-
Notifications
You must be signed in to change notification settings - Fork 443
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
Use double quotes in HTML output to accommodate limited third-party tools #361
Comments
I don't understand what CCNet is doing: why is it looking through the coverage.py HTML report? And why doesn't it know that single quotes are valid HTML? |
Original comment by Robin James Kerrison (Bitbucket: rjkerrison, GitHub: rjkerrison) I'm running
which outputs the html coverage report into a folder which is later read by CCNet's
This question at StackOverflow describes the same CCNet issue. |
Have you reported this bug against CCNet? I looked, but could not find a bug tracker for them. |
Original comment by Robin James Kerrison (Bitbucket: rjkerrison, GitHub: rjkerrison) Issue reported against CCNet at http://www.cruisecontrolnet.org/issues/355. As your new title suggests, there may be other clashes with other similarly short-sighted tools, so it would still be an advantage to have an option to switch to double quotes. |
Thanks for reporting the bug to them. There's no need for an option here, I can change them to double quotes. It just irks me to have to. :) |
Fix Issue 361, and update tests accordingly. → <<cset 12ea7ddb2186 (bb)>> |
close issue361 → <<cset 36a5775a9a6e (bb)>> |
Not sure why this was marked as closed instead of resolved. |
Originally reported by Robin James Kerrison (Bitbucket: rjkerrison, GitHub: rjkerrison)
The coverage.py HTML output wraps the values of attributes in single quotes, thusly:
It should be wrapping in double quotes, or at least there should be an easy way to configure using double quotes.
Current behaviour is an issue when trying to use coverage.py alongside CCNet, since the former outputs single quotes and the latter only searches for double quotes when resolving sources and anchors using its
RetrieveBuildFile
handler.The text was updated successfully, but these errors were encountered: