Snowflake release 7.2.1-sf1
Latest
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 <[email protected]>
Date: Thu Feb 29 17:57:14 2024 -0800
Description
Testing