deps(deps): update wagoid/commitlint-github-action action to v6.2.0 #85
testing.yml
on: pull_request
Matrix: arch-testing
Matrix: code-coverage
Matrix: mutation-testing
Matrix: unit-testing
Annotations
19 warnings
code-coverage (ubuntu-latest, 8.2, locked)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit-testing (ubuntu-latest, 8.2, locked)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
arch-testing (ubuntu-latest, 8.2, locked)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit-testing (ubuntu-latest, 8.2, lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit-testing (ubuntu-latest, 8.3, lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit-testing (ubuntu-latest, 8.3, locked)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit-testing (ubuntu-latest, 8.3, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit-testing (ubuntu-latest, 8.2, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
mutation-testing (ubuntu-latest, 8.2, locked)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
mutation-testing (ubuntu-latest, 8.2, locked):
src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L13
Escaped Mutant for Mutator "IfNegation":
--- Original
+++ New
@@ @@
{
public function boot() : void
{
- if ($this->app->runningInConsole()) {
+ if (!$this->app->runningInConsole()) {
$this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config');
$this->registerConsoleCommands();
}
|
mutation-testing (ubuntu-latest, 8.2, locked):
src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L14
Escaped Mutant for Mutator "ArrayItemRemoval":
--- Original
+++ New
@@ @@
public function boot() : void
{
if ($this->app->runningInConsole()) {
- $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config');
+ $this->publishes([], 'config');
$this->registerConsoleCommands();
}
}
|
mutation-testing (ubuntu-latest, 8.2, locked):
src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L14
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
public function boot() : void
{
if ($this->app->runningInConsole()) {
- $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config');
+
$this->registerConsoleCommands();
}
}
|
mutation-testing (ubuntu-latest, 8.2, locked):
src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L15
Escaped Mutant for Mutator "Concat":
--- Original
+++ New
@@ @@
public function boot() : void
{
if ($this->app->runningInConsole()) {
- $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config');
+ $this->publishes(['/../../../../config/paginator.php' . __DIR__ => config_path('paginator.php')], 'config');
$this->registerConsoleCommands();
}
}
|
mutation-testing (ubuntu-latest, 8.2, locked):
src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L15
Escaped Mutant for Mutator "ConcatOperandRemoval":
--- Original
+++ New
@@ @@
public function boot() : void
{
if ($this->app->runningInConsole()) {
- $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config');
+ $this->publishes(['/../../../../config/paginator.php' => config_path('paginator.php')], 'config');
$this->registerConsoleCommands();
}
}
|
mutation-testing (ubuntu-latest, 8.2, locked):
src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L15
Escaped Mutant for Mutator "ConcatOperandRemoval":
--- Original
+++ New
@@ @@
public function boot() : void
{
if ($this->app->runningInConsole()) {
- $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config');
+ $this->publishes([__DIR__ => config_path('paginator.php')], 'config');
$this->registerConsoleCommands();
}
}
|
mutation-testing (ubuntu-latest, 8.2, locked):
src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L15
Escaped Mutant for Mutator "ArrayItem":
--- Original
+++ New
@@ @@
public function boot() : void
{
if ($this->app->runningInConsole()) {
- $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config');
+ $this->publishes([__DIR__ . '/../../../../config/paginator.php' > config_path('paginator.php')], 'config');
$this->registerConsoleCommands();
}
}
|
mutation-testing (ubuntu-latest, 8.2, locked):
src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L18
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
{
if ($this->app->runningInConsole()) {
$this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config');
- $this->registerConsoleCommands();
+
}
}
public function register() : void
|
mutation-testing (ubuntu-latest, 8.2, locked):
src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L24
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
}
public function register() : void
{
- $this->mergeConfigFrom(__DIR__ . '/../../../../config/paginator.php', 'paginator');
+
}
private function registerConsoleCommands() : void
{
|
mutation-testing (ubuntu-latest, 8.2, locked):
src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L32
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
}
private function registerConsoleCommands() : void
{
- $this->commands([]);
+
}
}
|