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
tests: fix example bzlmod coverage test for latest Bazel (#2119)
Bazel is changing its separate character from tilde (`~`) to plus (`+`)
to address a performance issue on Windows. The test was using tilde to
help match files of interest.
To fix, have the test look for either tilde or plus.
Fixes#2105
0 commit comments