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
* examples/bzlmod - bazel coverage
//tests:version_3_10_takes_3_9_subprocess_test was always failing due to
.coveragerc generated file not being unique
* generating the locv report resulted in messages going to stdout/stderr
that resulted in test failures. To fix this, we run with --quiet. If
VERBOSE_COVERAGE is defined we will output to stderr.
Reproduction steps:
```bash
git co main
cd examples/bzlmod
bazel coverage //tests/...
# failures occur
```
0 commit comments