Closed Blackbaud-DavidKeegan closed 9 years ago
Can you provide a full repro? Included all needed file to run your sample.
I probably won't be able to provide any repro, since this is likely to be highly dependant on the tfs build environment, and internal code.
As a workaround I have instead set the build to run the command line version of chutzpah to gather coverage information, which is working fine. So Chutzpah runs tests fine through the normal test runner to determine pass/fail, and then re-runs the tests via command line to determine coverage.
If the stack trace is not useful towards isolating any issues, feel free to close this issue.
When adding "EnableCodeCoverage": "true", to the chutzpah.json file all tests will fail with the following error:
Without the 'EnableCodeCoverage' line all of the tests will successfully pass.
The full chutzpah.json file is: