dotcover.snapshot files
I have team city setup with dotcover. everytime a build is ran, there are two files related to dotcover are generated. coverage.zip which contains the files that are needed to show coverage in the UI and a dotCover.snapshot which is around (8MB). what is the purpose of the second file, and why doesn't it get cleaned up with the clean up schedule?
Also is there a way to clean the project's main artifact without deleting the coverage.zip file?
Please sign in to leave a comment.
Hi Keivan
If TeamCity Visual Studio addin and dotCover are installed, then these snapshots allow to open coverage results right in Visual Studio.
Message was edited by: Michael Kuzmin
We have feature request to preserve coverage results after cleanup in TW-5072, please vote.
Keivan,
Here is an issue to address coverage snapshot cleanup somehow: TW-17793.