-
-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
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
wrong handling of internal record structs #685
Comments
this leads to jenkins recordCoverage errors e.g. possibly related with #630 |
Will have a look within the next 3-4 weeks. |
I filed a PR, would be great if you could have a look at it. |
Yes. I will have a look as soon as possible. |
…to disable that coverage data of nested or compiler generated classes is included in the parent class.
This is related to #630 (Cobertura format instead of dotCover). Some history: This was a reasonable approach, since HTML is for human users. Later Cobertura was added as an output format. Here is makes more sense to treat nested types separately. Bad news
Good news
The new feature will be available in version 5.3.9 (I will release as soon as all open issues are resolved) The setting ( Limitations:
Documentation of the new feature: |
internal record structs are handled incorrectly
leads to multiple
with missing DummyInternalRecord context
for the full dummy project see
ClassLibrary1.zip
if I can help to inspect this further please don't hesitate to contact me.
thanks in advance
The text was updated successfully, but these errors were encountered: