You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drilling down, the obvious difference is that coveralls shows python multi-line strings as misses. This seems wrong to me, since the entire multiline literal was evaluated in a statement which did execute. coverage.py does not report these as misses:
How can I get the correct report from coveralls?
The text was updated successfully, but these errors were encountered:
I have a python project using coverage.py, reporting to coveralls.
There is a big discrepancy:
coverage.py reports coverage of 96%
coveralls reports coverage of 83%.
Drilling down, the obvious difference is that coveralls shows python multi-line strings as misses. This seems wrong to me, since the entire multiline literal was evaluated in a statement which did execute. coverage.py does not report these as misses:
How can I get the correct report from coveralls?
The text was updated successfully, but these errors were encountered: