This commit is contained in:
nuno maduro
2026-05-01 21:51:09 +01:00
parent 57fd5ce042
commit 34f1e9a7f2
2 changed files with 26 additions and 4 deletions

View File

@ -57,7 +57,7 @@ final class Tia implements AddsOutput, HandlesArguments, Terminable
/** Sentinel dropped by a recording worker without a usable coverage driver. */
private const string KEY_WORKER_NO_DRIVER_PREFIX = 'worker-no-driver-';
public const string KEY_COVERAGE_CACHE = 'coverage.bin';
public const string KEY_COVERAGE_CACHE = 'coverage.bin.gz';
public const string KEY_COVERAGE_MARKER = 'coverage.marker';