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
{{ message }}
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
When I run bazel coverage ..., I get the error depset elements must not be mutable values. I'm on bazel 3.1.0 and commit 383db25 of rules_scala. I poked around the repo for a hint on whether coverage is supported and found a commented out test. Is there known issue with coverage, and is it expected to be supported at some point?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I run
bazel coverage ...
, I get the errordepset elements must not be mutable values
. I'm on bazel 3.1.0 and commit 383db25 of rules_scala. I poked around the repo for a hint on whether coverage is supported and found a commented out test. Is there known issue with coverage, and is it expected to be supported at some point?The text was updated successfully, but these errors were encountered: