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
I think it would be great to further improve the -summary mode to show some more information. As an example, here's the coverage report in Python with coverage.py:
Name Stmts Miss Cover Missing
-------------------------------------------------------
my_program.py 20 4 80% 33-35, 39
my_other_module.py 56 6 89% 17-23
-------------------------------------------------------
TOTAL 76 10 87%
In particulary, it would be great to see what lines were missed in the summary.
Thanks heaps
Fotis
The text was updated successfully, but these errors were encountered:
Hey there, thanks so much for this great tool! 😄
I think it would be great to further improve the
-summary
mode to show some more information. As an example, here's the coverage report in Python with coverage.py:In particulary, it would be great to see what lines were missed in the summary.
Thanks heaps
Fotis
The text was updated successfully, but these errors were encountered: