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
After upgrading to the newest rules_scala (de3d3a7) instrumentation_filter seems to be working for my use-case (test targets are properly removed from the output).
https://github.com/sjoerdvisscher/bazel-scala-tests would need an update, it breaks when upgrading rules_scala to the newest version, so I could not check it there, but I believe it should be working when scala targets are excluded.
Activity
gergelyfabian commentedon Nov 25, 2021
Is there any workaround for this?
My workaround so far it to take the combined report and extract data from it with
lcov -e
to take only files that weren't tests.gergelyfabian commentedon Apr 27, 2022
Is cd556cc a fix for this bug?
gergelyfabian commentedon Apr 27, 2022
After upgrading to the newest rules_scala (de3d3a7)
instrumentation_filter
seems to be working for my use-case (test targets are properly removed from the output).gergelyfabian commentedon Apr 27, 2022
https://github.com/sjoerdvisscher/bazel-scala-tests would need an update, it breaks when upgrading rules_scala to the newest version, so I could not check it there, but I believe it should be working when scala targets are excluded.