[Bug] Coverlet is not counting the model properties
See original GitHub issueHi there,
I’m using coverlet.msbuild
to generate the coverlet and publish to SonarScanner, recently I upgrade v2.7.0 to v2.9.0, but on v2.9.0 is not counting the model properties.
Evidence
v2.9.0 v2.7.0
Issue Analytics
- State:
- Created 3 years ago
- Comments:27
Top Results From Across the Web
coverlet/Documentation/KnownIssues.md at master
In the instrumentation phase, Coverlet needs to load all references used by your instrumented module. Sometimes the build phase (out of Coverlet's control) ......
Read more >c# - Using coverlet with. Net Framework generates an error ...
One way I got around this issue was by renaming (or deleting) the coverlet.collector directory in your $HOME\.nuget\packages directory.
Read more >Code Coverage shows auto property not covered
In the past, running Analyze Code Coverage would ignore auto properties (a simple { get; set; }, but today it does seem to...
Read more >Troubleshoot code coverage - Visual Studio
Learn how to resolve erroneous empty results messages when you expect Visual Studio to collect data for native and managed assemblies.
Read more >How do I increase my code coverage, or why can't I cover ...
Comments and blank lines are not counted, and System.debug() statements and curly braces that appear alone on one line are also not counted....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yep, btw a double check could help to be sure of it and close this, release is very close.
Hi @MarcoRossignoli, please update the labels