p10tyr / PrestoCoverage

Visual Studio Extension for simple coverage visuals
Apache License 2.0
45 stars 6 forks source link

Merge visits from several files #3

Closed p10tyr closed 5 years ago

p10tyr commented 5 years ago

The ability to merge line visits if the same lines are found across other files.

This could be useful if you have Unit tests and Integration tests and need to see the overall coverage of your library or application.

This will require me to create an internal model to track these things and rethink the caching methods too.

p10tyr commented 5 years ago

Solved with PR https://github.com/ppumkin/PrestoCoverage/pull/7