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
Mocha Istanbul could allow to display code coverage as follow :
Statements : 100% ( 83/83 )
Branches : 100% ( 24/24 )
Functions : 100% ( 23/23 )
Lines : 100% ( 83/83 )
Ideally, it would color the lines tested in the editor.
An example here : https://github.com/jeffeland/jscoderetreat4
The text was updated successfully, but these errors were encountered:
If you don't mind, I will move this into trello so it can be discussed and voted on.
I would like to keep ideas, feature suggestions, etc. out of github issues, so they can be used for "required fixes" instead of throwing ideas around. ok?
Mocha Istanbul could allow to display code coverage as follow :
Statements : 100% ( 83/83 )
Branches : 100% ( 24/24 )
Functions : 100% ( 23/23 )
Lines : 100% ( 83/83 )
Ideally, it would color the lines tested in the editor.
An example here : https://github.com/jeffeland/jscoderetreat4
The text was updated successfully, but these errors were encountered: