-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed as not planned
Labels
P2We'll consider working on this in future. (Assignee optional)We'll consider working on this in future. (Assignee optional)coveragestaleIssues or PRs that are stale (no activity for 30 days)Issues or PRs that are stale (no activity for 30 days)team-Rules-JavaIssues for Java rulesIssues for Java rulestype: bug
Description
Description of the problem / feature request:
Generating a test coverage report fails with the error above. It looks like this is the code
https://github.com/bazelbuild/bazel/blob/master/tools/test/collect_coverage.sh#L68
and LCOV_MERGER is empty. Running bazel coverage --combined_report=lcov //... does not help, since it leads to #6450.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
git clone https://github.com/googlecloudrobotics/core.git
cd core
bazel coverage //...
What operating system are you running Bazel on?
linux (debian)
What's the output of bazel info release?
release 0.22.0
Have you found anything relevant by searching the web?
Nothing on Stackoverflow/Github issues.
rnburn and donelupus
Metadata
Metadata
Assignees
Labels
P2We'll consider working on this in future. (Assignee optional)We'll consider working on this in future. (Assignee optional)coveragestaleIssues or PRs that are stale (no activity for 30 days)Issues or PRs that are stale (no activity for 30 days)team-Rules-JavaIssues for Java rulesIssues for Java rulestype: bug