| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 27 | 1 | protected function execute(InputInterface $input, OutputInterface $output): int |
|
| 28 | { |
||
| 29 | 1 | $countException = $this->jobManager->resetExceptionJobs(); |
|
| 30 | 1 | $countStalled = $this->jobManager->resetStalledJobs(); |
|
| 31 | 1 | $output->writeln("$countException job(s) in status 'exception' reset"); |
|
| 32 | 1 | $output->writeln("$countStalled job(s) stalled (in status 'running') reset"); |
|
| 33 | |||
| 34 | 1 | return $this::SUCCESS; |
|
| 35 | } |
||
| 37 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths