forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip files that fail JaCoCo instrumentation
Instead of failing hard when JaCoCo encounters issues instrumenting a source file (e.g. because instrumentation pushes a large method over the bytecode limit of individual methods), print a warning and continue. It's more useful to have partial coverage information than none at all and users often cannot easily fix their code to appease the issues that instrumentation triggers. Fixes bazelbuild#21520. Author: Julio Merino <julio.merino+oss@snowflake.com> Date: Thu Feb 29 17:57:14 2024 -0800 Description Testing
- Loading branch information
1 parent
d45c7ba
commit 4e0974f
Showing
1 changed file
with
27 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters