coverlet-coverage / coverlet

Cross platform code coverage for .NET
MIT License
2.93k stars 385 forks source link

Extra logging in module selection #1667

Open Tubeliar opened 5 days ago

Tubeliar commented 5 days ago

I had some trouble debugging why my assembly wasn't picked up by coverlet. I enabled verbose logging but only saw expected modules being excluded. The module I was interested in didn't appear in the output at all. I now know that the pdb file was missing, but having some log output on it would have saved me a lot of debugging time.

Tubeliar commented 5 days ago

@dotnet-policy-service agree