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
It would be nice to have the ability to filters code coverage on new and modified code for specific feature that would have been developed on a specific git branch. We can get the new/modified lines by doing a git diff.
The goal is to know what is code coverage of the introduced feature.