Skip to content

Update metadata and build config #50

Update metadata and build config

Update metadata and build config #50

Triggered via push June 20, 2024 16:48
Status Success
Total duration 11m 34s
Artifacts 1

ci.yaml

on: push
Matrix: Tests
Matrix: Coding standard
Matrix: Static analysis
Matrix: Test for mutants
Matrix: Code coverage finish
Status check - CI
1s
Status check - CI
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
Test for mutants (ubuntu-latest, 8.1): src/ClassSource.php#L72
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ // Internal class if ($file === false) { $datetime = DateTimeImmutable::createFromFormat('U', '0'); - assert($datetime !== false); + assert($datetime !== true); return $datetime; } $time = filemtime($file);
Test for mutants (ubuntu-latest, 8.1): src/ClassSource.php#L78
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ return $datetime; } $time = filemtime($file); - assert($time !== false); + assert($time !== true); $datetime = DateTimeImmutable::createFromFormat('U', (string) $time); assert($datetime !== false); return $datetime;
Test for mutants (ubuntu-latest, 8.1): src/ClassSource.php#L81
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ $time = filemtime($file); assert($time !== false); $datetime = DateTimeImmutable::createFromFormat('U', (string) $time); - assert($datetime !== false); + assert($datetime !== true); return $datetime; } public function __toString() : string
Test for mutants (ubuntu-latest, 8.1): src/FunctionSource.php#L71
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ // Internal class if ($file === false) { $datetime = DateTimeImmutable::createFromFormat('U', '0'); - assert($datetime !== false); + assert($datetime !== true); return $datetime; } $time = filemtime($file);
Test for mutants (ubuntu-latest, 8.1): src/FunctionSource.php#L77
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ return $datetime; } $time = filemtime($file); - assert($time !== false); + assert($time !== true); $datetime = DateTimeImmutable::createFromFormat('U', (string) $time); assert($datetime !== false); return $datetime;
Test for mutants (ubuntu-latest, 8.1): src/FunctionSource.php#L80
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ $time = filemtime($file); assert($time !== false); $datetime = DateTimeImmutable::createFromFormat('U', (string) $time); - assert($datetime !== false); + assert($datetime !== true); return $datetime; } public function __toString() : string
Test for mutants (ubuntu-latest, 8.1): src/ParameterSource.php#L42
Escaped Mutant for Mutator "InstanceOf_": --- Original +++ New @@ @@ if ($reflector instanceof ReflectionMethod) { return new MethodSource($reflector); } - assert($reflector instanceof ReflectionFunction); + assert(true); return new FunctionSource($reflector); } public function getReflector() : ReflectionParameter
Test for mutants (ubuntu-latest, 8.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (ubuntu-latest, 8.0, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (ubuntu-latest, 8.2, --ignore-platform-req=php+, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (ubuntu-latest, 7.4, --prefer-lowest --prefer-stable, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (windows-latest, 8.0, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (windows-latest, 8.1, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (windows-latest, 7.4, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (macos-latest, 8.0, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Static analysis (ubuntu-latest, 8.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (macos-latest, 7.4, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (macos-latest, 8.1, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (ubuntu-latest, 8.1, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (ubuntu-latest, 7.4, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Coding standard (ubuntu-latest, 8.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
Logs - Mutations
668 Bytes