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

Collect coverage for other languages #3287

Merged
merged 1 commit into from
Sep 11, 2022

Commits on Sep 10, 2022

  1. Collect coverage for other languages

    When using `--combined_report=lcov`, the coverage report for a `go_test`
    will also include coverage for data dependencies executed by the test,
    e.g. `java_binary` or `cc_binary` tools run in an integration test.
    
    Note: This commit does *not* make it so that coverage is collected for
    `go_binary`s executed by `go_test`s - Go doesn't provide exit hooks, so
    this would be rather involved to implement.
    fmeum committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    ceca8e4 View commit details
    Browse the repository at this point in the history