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
Once you turn on coverage in a given sbt session, it can't be turned off. I thought of adding a nocoverage task, but then I wondered if the truly correct solution would be to make enabled a Setting rather than the var it currently is. What do you think?