question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] Coverlet is not counting the model properties

See original GitHub issue

Hi 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 image v2.7.0 image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:27

github_iconTop GitHub Comments

1reaction
MarcoRossignolicommented, Dec 27, 2020

Yep, btw a double check could help to be sure of it and close this, release is very close.

1reaction
ming-tsaicommented, Dec 17, 2020

Hi @MarcoRossignoli, please update the labels

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found