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
When running sbt clean coverage test coverageReport in coverage report there is no Id class, but there are Word and Word.Ops$newtype classes. They should not affect overall coverage too (as Id does).
The text was updated successfully, but these errors were encountered:
Issue can be reproduced in following repository: https://github.com/gzoom13/scoverage-newtype-issue
There is only one Scala file:
When running
sbt clean coverage test coverageReport
in coverage report there is noId
class, but there areWord
andWord.Ops$newtype
classes. They should not affect overall coverage too (asId
does).The text was updated successfully, but these errors were encountered: