DotCover.exe - Return codes
Completed
I have searched and cannot find an answer to this.
What are the possible values and meanings of the codes returned by an invocation of DotCover.exe?
So far I have found that -3 signals that the target executable returned a non-zero value.
What about any others? Shouldn't this information be published as part of the documentation for command-line DotCover?
Please sign in to leave a comment.
Hi David,
Default exit codes:
0 : Success
-1 : Parameters validation error
-2 : Command execution error
-3 : Target application returned non-zero exit code
-4 : Command execution timeout
-10: Unhandled exception
This information is available in dotCover console runner help via "dotCover.exe help exitcodes" command