Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.2.0]Add test coverage support to android_local_test #17467

Merged
merged 4 commits into from
Mar 13, 2023

Commits on Mar 13, 2023

  1. Propagate runfiles for singlejar.

    Since the singlejar toolchain attribute is currently defined as a single file and carried around as an Artifact instead of a FilesToRunProvider, it's not possible to implement it as a wrapper script that dispatches to an actual implementation somewhere in its runfiles. This would be useful to experiment with cross-platform action sharing.
    
    PiperOrigin-RevId: 492487124
    Change-Id: Ib0f80314eae09bd865b3f31a4180bf068833cdf4
    tjgq authored and ted-xie committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    e72fdc9 View commit details
    Browse the repository at this point in the history
  2. Add test coverage support to android_local_test

    Adding test coverage support to `android_local_test`.
    
    bazelbuild#15827
    
    Closes bazelbuild#15840.
    
    RELNOTES: Adds coverage metric support to android_local_test
    PiperOrigin-RevId: 508549884
    Change-Id: I6977efa51ca1c7a6df1f776fe1a326d07989a185
    Bencodes authored and ted-xie committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    f0fb0f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8d97ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f24abe5 View commit details
    Browse the repository at this point in the history