DotCover Windows Service - Persist coverage through service restart
We are using the dotCover Command Line Tool to create a test coverage of a windows service. The function calls to this windows service comes from a unit test project.
We face the need to restart the service druing this test execution. When restarting the service, the test coverage will abort.
Is there any way to keep track of the test coverage through a restart of the service ?
Invocation of Backend Service Coverage:
"dotCoverCLI.exe cover-service --ServiceName=$backendServiceName --Output=$pathLogOutput\BackendServiceLog.dcvr" /Instance=1"
Thanks in advance!
Dominik
Please sign in to leave a comment.