Hi all,
Is anyone else having issues running OpenCover with the latest release of Continua?
I’m getting Exception: FormatException Message: Input string was not in a correct format. but all the tests are running.
Hi roly445,
Can you send a copy of the codeCoverage.xml file output from the OpenCover action to support@finalbuilder.com?
It will be in a folder similar to C:\CI_AWS\Ws###\Output\codeCoverage.xml on the agent where C:\CI_AWS is the agent workspace folder and ## is the build number. You may need to change theAgent Workspace Cleanup Policy settings in the cleanup section of the configuration wizard to ensure this is not deleted at the end of the build.
The error appears to be with parsing the Summary node, but we’re not sure which value is causing the problem.