Skip to content

Merge pull request #3 from wayofdev/feat/updates #7

Merge pull request #3 from wayofdev/feat/updates

Merge pull request #3 from wayofdev/feat/updates #7

Triggered via push May 2, 2024 00:22
Status Success
Total duration 1m 46s
Artifacts

integrate.yml

on: push
commit-linting
15s
commit-linting
markdown-linting
17s
markdown-linting
Matrix: code-coverage
Matrix: coding-standards
Matrix: dependency-analysis
Matrix: mutation-testing
Matrix: security-analysis
Matrix: static-analysis
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
code-coverage (ubuntu-latest, 8.2, locked)
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.3.0/dist/codecov' failed with exit code 1
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Spiral/Bootloader/ActiveRecordBootloader.php#L21
Escaped Mutant for Mutator "PublicVisibility": --- Original +++ New @@ @@ { return [CycleOrmBootloader::class]; } - public function init(ContainerInterface $container) : void + protected function init(ContainerInterface $container) : void { Facade::setContainer($container); } }