Skip to content

Lock file maintenance #1173

Lock file maintenance

Lock file maintenance #1173

Triggered via pull request February 18, 2025 06:05
Status Success
Total duration 1m 13s
Artifacts

mutation-tests.yml

on: pull_request
Matrix: Mutation tests
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Mutation tests (locked, 8.4, ubuntu-latest)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Mutation tests (locked, 8.4, ubuntu-latest): src/InvalidFormat.php#L15
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ { public function __construct(string $message) { - parent::__construct(sprintf('Invalid byte format received (got: "%s"). The format must consist of a number and a unit. The following units are allowed: B, KB, MB, GB', $message)); + } }