-
Notifications
You must be signed in to change notification settings - Fork 392
Closed
Labels
questionThis issue is a questionThis issue is a question
Description
Hi,
I am trying to run Coverlet but it throws the following error for every dll
BadImageFormatException during MetadataReaderProvider.FromPortablePdbStream in InstrumentationHelper.PortablePdbHasLocalSource, unable to check if the module has got local source.

I have sets of e-2-e tests that can be run only through executable application.
here is the command I am following
coverlet D:\d\Source\myProject\bin\Debug --target "C:\Program Files\myProject.exe" --output "D:\coverlet.xml" --format opencover
I can open exe and run tests but I am not getting any code coverage.
Any Idea how to fix this issue?
I m using coverlet.console on .net framework project
Gua-naiko-che
Metadata
Metadata
Assignees
Labels
questionThis issue is a questionThis issue is a question