Best practice for unit and integration tests coverage

Hi,

We never merge branch data. If you submit them with different branches, then one branch will reflect unit tests and the other will reflect integration tests.

What you won’t get out of that is what the overlap is. So if you’re going to go down this road, I suggest you do it 3 ways: one branch with ITs, one with UTs and one with both.

 
HTH,
Ann