We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors are observed while using --collect:coverage.
--collect:coverage
Error messages : 1>Done building target "ShowCallOfVSTestTaskWithParameter" in project "UnitTestProject1.csproj". Done executing task "CallTarget". Using "Microsoft.TestPlatform.Build.Tasks.VSTestTask" task from assembly "C:\Program Files\dotnet\sdk\2.0.0-preview1-005977\Microsoft.TestPlatform.Build.dll". Task "Microsoft.TestPlatform.Build.Tasks.VSTestTask"
2> dotnet exec needs a managed .dll or .exe extension. The application specified was 'C:\Program'
Run `dotnet test --collect:coverage
Test should run with a message Could not find data collector "coverage"
Could not find data collector "coverage"
Error message is logged and test run fails.
Reported by @Alxandr @dnelly here
The text was updated successfully, but these errors were encountered:
Triaging this for 15.5 since code coverage experience is incomplete without this.
Sorry, something went wrong.
Fix for issue microsoft#902
b0ce1a9
Fix for issue #902 (#1068)
072343c
* Fix for issue #902 * Added UTs.
harshjain2
No branches or pull requests
Description
Errors are observed while using
--collect:coverage
.2> dotnet exec needs a managed .dll or .exe extension. The application specified was 'C:\Program'
Steps to reproduce
Expected behavior
Actual behavior
Reported by @Alxandr @dnelly here
The text was updated successfully, but these errors were encountered: