No coverage files when running a build with --remote_download_minimal or --remote_download_toplevel #12592
Labels
P2
We'll consider working on this in future. (Assignee optional)
stale
Issues or PRs that are stale (no activity for 30 days)
team-Remote-Exec
Issues and PRs for the Execution (Remote) team
type: bug
Description of the problem / feature request:
I am not sure if this is the desired behavior (especially for minimal) or a bug.
Running
bazel coverage
(with 100% cache hit rate) and--remote_download_minimal
does not download coverage files. Configured--coverage_report_generator
logs are visible in the output but it seems like the generator is not actually run.As a result no output coverage file is produced and there are no coverage files present in the test output.
Sample output of configured
--coverage_report_generator
, ran today (December 1st) but logs are from November 27th (from cache):Google Cloud storage is used as a remote cache (if this could have any impact).
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Run
bazel coverage
where the cache hit is 100%, coverage files are not downloaded.What operating system are you running Bazel on?
MacOS Catalina 10.15.7
What's the output of
bazel info release
?The text was updated successfully, but these errors were encountered: