Skip to content

Update metadata and build config #155

Update metadata and build config

Update metadata and build config #155

Triggered via push June 20, 2024 16:58
Status Success
Total duration 2m 18s
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

18 warnings
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 (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/.
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/.
Test for mutants (ubuntu-latest, 8.1): src/Dependencies/Exception/PackageRequired.php#L87
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ $self = new self(); $self->packages = $packages; foreach ($packages as $key => $package) { - $split = explode(':', $package, 2); + $split = explode(':', $package, 1); $packageName = $split[0]; $packageVersion = $split[1] ?? self::getPackageVersion($packageName, $source); if ($packageVersion !== null) {
Test for mutants (ubuntu-latest, 8.1): src/Dependencies/Exception/PackageRequired.php#L140
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ { $composerJson = "{$path}/composer.json"; if (file_exists($composerJson)) { - return json_decode(file_get_contents($composerJson), true, 512, JSON_THROW_ON_ERROR); + return json_decode(file_get_contents($composerJson), true, 511, JSON_THROW_ON_ERROR); } $parentPath = dirname($path); if ($parentPath !== $path) {
Test for mutants (ubuntu-latest, 8.1): src/Dependencies/Exception/PackageRequired.php#L140
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ { $composerJson = "{$path}/composer.json"; if (file_exists($composerJson)) { - return json_decode(file_get_contents($composerJson), true, 512, JSON_THROW_ON_ERROR); + return json_decode(file_get_contents($composerJson), true, 513, JSON_THROW_ON_ERROR); } $parentPath = dirname($path); if ($parentPath !== $path) {
Test for mutants (ubuntu-latest, 8.1): src/Reflection/Classes.php#L37
Escaped Mutant for Mutator "NotIdentical": --- Original +++ New @@ @@ { $reflection = new ReflectionClass($class); $dir = dirname($reflection->getFileName()); - if (DIRECTORY_SEPARATOR !== '/') { + if (DIRECTORY_SEPARATOR === '/') { return str_replace(DIRECTORY_SEPARATOR, '/', $dir); } return $dir;
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/.
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/.
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, 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, 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, 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, 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 (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.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/.

Artifacts

Produced during runtime
Name Size
Logs - Mutations
803 Bytes