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
Hi I have litle project in which i use excoveralls. I wanted to know how to find out which test is used to test selected line of my tested class/method
on picture above we can see 2 lines selected with green color, but i dont know by which test/test method each line is covered by :(
Is it possible to get that infomation with excoveralls or I should to search new tool? (in phpunit they have that kind of infomation - if selected line is covered by minimum 1 or more test)
The text was updated successfully, but these errors were encountered:
Hi I have litle project in which i use excoveralls. I wanted to know how to find out which test is used to test selected line of my tested class/method
on picture above we can see 2 lines selected with green color, but i dont know by which test/test method each line is covered by :(
Is it possible to get that infomation with excoveralls or I should to search new tool? (in phpunit they have that kind of infomation - if selected line is covered by minimum 1 or more test)
The text was updated successfully, but these errors were encountered: