You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some records that look like this public record Class1;
which are tested but they are not included in the code coverage. Once I add an empty primary constructor public record Class1(); it is included. Is this an expected behavior? I'm running this on 6.0.2
The text was updated successfully, but these errors were encountered:
blackkaiman
changed the title
Records with empty primary constructor are not included in code coverage
Records without empty primary constructor are not included in code coverage
May 15, 2024
I have some records that look like this
public record Class1;
which are tested but they are not included in the code coverage. Once I add an empty primary constructor
public record Class1();
it is included. Is this an expected behavior? I'm running this on 6.0.2The text was updated successfully, but these errors were encountered: