Skip to content

Commit

Permalink
Update to use coverage_output_generator-v2.8
Browse files Browse the repository at this point in the history
Built at commit ee12906

Relevant changes:

 * Add support for input FN lines that include a function end line (#25118).

RELNOTES:
    LCOV parsing does not break on FN lines including an end line number.

Closes #25200.

PiperOrigin-RevId: 723451534
Change-Id: I8912082ae6517bf0359329004d9a4f5e9ac76188
  • Loading branch information
c-mita authored and copybara-github committed Feb 5, 2025
1 parent ee12906 commit df92905
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tools/test/extensions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ load("//tools/build_defs/repo:http.bzl", "http_archive")
def _remote_coverage_tools_extension_impl(ctx):
http_archive(
name = "remote_coverage_tools",
sha256 = "69fa4fdd887295e5a45e592352ad00ef6afa6a435d13e3f38f6ed338ded85dfd",
sha256 = "172be177db06b16632335f27d50cee0786fb1873df344852db71b2171cd6d996",
urls = [
"https://mirror.bazel.build/bazel_coverage_output_generator/releases/coverage_output_generator-v2.7.zip",
"https://mirror.bazel.build/bazel_coverage_output_generator/releases/coverage_output_generator-v2.8.zip",
],
)
return ctx.extension_metadata(reproducible = True)
Expand Down
6 changes: 3 additions & 3 deletions workspace_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ WORKSPACE_REPOS = {
"urls": ["https://github.com/bazelbuild/rules_testing/releases/download/v0.6.0/rules_testing-v0.6.0.tar.gz"],
},
"remote_coverage_tools": {
"archive": "coverage_output_generator-v2.7.zip",
"sha256": "69fa4fdd887295e5a45e592352ad00ef6afa6a435d13e3f38f6ed338ded85dfd",
"urls": ["https://mirror.bazel.build/bazel_coverage_output_generator/releases/coverage_output_generator-v2.7.zip"],
"archive": "coverage_output_generator-v2.8.zip",
"sha256": "172be177db06b16632335f27d50cee0786fb1873df344852db71b2171cd6d996",
"urls": ["https://mirror.bazel.build/bazel_coverage_output_generator/releases/coverage_output_generator-v2.8.zip"],
},
}

Expand Down

0 comments on commit df92905

Please sign in to comment.