Closed

Description
Lets say we have 3 projects.
Library
|
+--(Referenced by) Application
|
+--(Referenced by) Tests
In AppData\Temp
, coverage is generated for "Application" but not for "Library", or even if it is generated, it fails with an error that could not find Library_SOME_GUID
file. But there are multiple Application_SOME_GUID
files in AppData\Temp
.
I suspect, Library_SOME_GUID
is written as Application_SOME_GUID