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
However, even though I use the class in one of the tests, scct still reports no coverage on the contructor ((val ar: AtomicReference[T])). Making it a regular class (removing the AnyVal subclassing) fixes this issue.
The text was updated successfully, but these errors were encountered:
I have a class that looks like this:
However, even though I use the class in one of the tests, scct still reports no coverage on the contructor (
(val ar: AtomicReference[T])
). Making it a regular class (removing theAnyVal
subclassing) fixes this issue.The text was updated successfully, but these errors were encountered: