You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #21520.
Author: Julio Merino <julio.merino+oss@snowflake.com>
Date: Thu Feb 29 17:57:14 2024 -0800
Description
Testing