Commit 8547937
authored
fix: do not require
Newer versions of bazel do not require it anymore:
bazelbuild/bazel#4033 (comment)
Removing the explicit failure:
- Fixes the false-positive failures when building `js_binary`
`testonly = 1` targets under `coverage` (fixes #2229).
- Avoids that test rule authors targeting newer bazel versions only
have to put a workaround attribute in place.
This change reduces discoverability of the _lcov_merger issue for new
test rule authors. However, given that it is hopefully an issue of the
past soon, I think this is acceptable._lcov_merger under coverage (#2273)1 parent 3d749a1 commit 8547937
1 file changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | 578 | | |
583 | 579 | | |
584 | | - | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
585 | 588 | | |
586 | 589 | | |
587 | 590 | | |
| |||
652 | 655 | | |
653 | 656 | | |
654 | 657 | | |
| 658 | + | |
| 659 | + | |
655 | 660 | | |
656 | 661 | | |
657 | 662 | | |
| |||
0 commit comments