Skip to content

Update metadata and build config #163

Update metadata and build config

Update metadata and build config #163

Triggered via push June 20, 2024 17:21
Status Success
Total duration 5m 41s
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
2s
Status check - CI
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
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 (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/.
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, 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/.
Test for mutants (ubuntu-latest, 8.1): src/Bootstrap.php#L22
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ public static function boot() : AutomaticConfigurator { $configurator = new AutomaticConfigurator(dirname(__DIR__), new DefaultLoader()); - $cookieStorage = new FileDebugCookieStorage(__DIR__ . '/../config/debug-cookie-values.json'); + $cookieStorage = new FileDebugCookieStorage('/../config/debug-cookie-values.json' . __DIR__); $configurator->addServices(['orisai.di.cookie.storage' => $cookieStorage]); TracyStyle::enable(); $configurator->setDebugMode(Environment::isEnvDebug() || Environment::isCookieDebug($cookieStorage));
Test for mutants (ubuntu-latest, 8.1): src/Bootstrap.php#L22
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ public static function boot() : AutomaticConfigurator { $configurator = new AutomaticConfigurator(dirname(__DIR__), new DefaultLoader()); - $cookieStorage = new FileDebugCookieStorage(__DIR__ . '/../config/debug-cookie-values.json'); + $cookieStorage = new FileDebugCookieStorage(__DIR__); $configurator->addServices(['orisai.di.cookie.storage' => $cookieStorage]); TracyStyle::enable(); $configurator->setDebugMode(Environment::isEnvDebug() || Environment::isCookieDebug($cookieStorage));
Test for mutants (ubuntu-latest, 8.1): src/Bootstrap.php#L22
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ public static function boot() : AutomaticConfigurator { $configurator = new AutomaticConfigurator(dirname(__DIR__), new DefaultLoader()); - $cookieStorage = new FileDebugCookieStorage(__DIR__ . '/../config/debug-cookie-values.json'); + $cookieStorage = new FileDebugCookieStorage('/../config/debug-cookie-values.json'); $configurator->addServices(['orisai.di.cookie.storage' => $cookieStorage]); TracyStyle::enable(); $configurator->setDebugMode(Environment::isEnvDebug() || Environment::isCookieDebug($cookieStorage));
Test for mutants (ubuntu-latest, 8.1): src/Bootstrap.php#L23
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ { $configurator = new AutomaticConfigurator(dirname(__DIR__), new DefaultLoader()); $cookieStorage = new FileDebugCookieStorage(__DIR__ . '/../config/debug-cookie-values.json'); - $configurator->addServices(['orisai.di.cookie.storage' => $cookieStorage]); + $configurator->addServices([]); TracyStyle::enable(); $configurator->setDebugMode(Environment::isEnvDebug() || Environment::isCookieDebug($cookieStorage)); $configurator->enableDebugger();
Test for mutants (ubuntu-latest, 8.1): src/Bootstrap.php#L23
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { $configurator = new AutomaticConfigurator(dirname(__DIR__), new DefaultLoader()); $cookieStorage = new FileDebugCookieStorage(__DIR__ . '/../config/debug-cookie-values.json'); - $configurator->addServices(['orisai.di.cookie.storage' => $cookieStorage]); + TracyStyle::enable(); $configurator->setDebugMode(Environment::isEnvDebug() || Environment::isCookieDebug($cookieStorage)); $configurator->enableDebugger();
Test for mutants (ubuntu-latest, 8.1): src/Bootstrap.php#L27
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $configurator = new AutomaticConfigurator(dirname(__DIR__), new DefaultLoader()); $cookieStorage = new FileDebugCookieStorage(__DIR__ . '/../config/debug-cookie-values.json'); $configurator->addServices(['orisai.di.cookie.storage' => $cookieStorage]); - TracyStyle::enable(); + $configurator->setDebugMode(Environment::isEnvDebug() || Environment::isCookieDebug($cookieStorage)); $configurator->enableDebugger(); return $configurator; } }
Test for mutants (ubuntu-latest, 8.1): src/Bootstrap.php#L28
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $cookieStorage = new FileDebugCookieStorage(__DIR__ . '/../config/debug-cookie-values.json'); $configurator->addServices(['orisai.di.cookie.storage' => $cookieStorage]); TracyStyle::enable(); - $configurator->setDebugMode(Environment::isEnvDebug() || Environment::isCookieDebug($cookieStorage)); + $configurator->enableDebugger(); return $configurator; } }
Test for mutants (ubuntu-latest, 8.1): src/Bootstrap.php#L29
Escaped Mutant for Mutator "LogicalOr": --- Original +++ New @@ @@ $cookieStorage = new FileDebugCookieStorage(__DIR__ . '/../config/debug-cookie-values.json'); $configurator->addServices(['orisai.di.cookie.storage' => $cookieStorage]); TracyStyle::enable(); - $configurator->setDebugMode(Environment::isEnvDebug() || Environment::isCookieDebug($cookieStorage)); + $configurator->setDebugMode(Environment::isEnvDebug() && Environment::isCookieDebug($cookieStorage)); $configurator->enableDebugger(); return $configurator; } }
Test for mutants (ubuntu-latest, 8.1): src/Bootstrap.php#L32
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $configurator->addServices(['orisai.di.cookie.storage' => $cookieStorage]); TracyStyle::enable(); $configurator->setDebugMode(Environment::isEnvDebug() || Environment::isCookieDebug($cookieStorage)); - $configurator->enableDebugger(); + return $configurator; } }
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, --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/.

Artifacts

Produced during runtime
Name Size
Logs - Mutations Expired
752 Bytes