Skip to content

Disable code coverage job for PRs #102

Disable code coverage job for PRs

Disable code coverage job for PRs #102

Triggered via push November 10, 2024 10:44
Status Failure
Total duration 2m 33s
Artifacts

ci.yaml

on: push
Matrix: code-coverage
Matrix: coding-standards
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 17 warnings
Coding Standards - PHP 8.3
Process completed with exit code 8.
MissingClassConstType: src/analyzer/Config/Configuration.php#L12
src/analyzer/Config/Configuration.php:12:18: MissingClassConstType: Class constant "Scheb\Tombstone\Analyzer\Config\Configuration::CONFIG_ROOT" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/analyzer/Model/AnalyzerResult.php#L14
src/analyzer/Model/AnalyzerResult.php:14:19: MissingClassConstType: Class constant "Scheb\Tombstone\Analyzer\Model\AnalyzerResult::INDEX_TYPE_DEAD" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/analyzer/Model/AnalyzerResult.php#L15
src/analyzer/Model/AnalyzerResult.php:15:19: MissingClassConstType: Class constant "Scheb\Tombstone\Analyzer\Model\AnalyzerResult::INDEX_TYPE_UNDEAD" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/analyzer/Model/AnalyzerResult.php#L16
src/analyzer/Model/AnalyzerResult.php:16:19: MissingClassConstType: Class constant "Scheb\Tombstone\Analyzer\Model\AnalyzerResult::INDEX_TYPE_DELETED" should have a declared type. (see https://psalm.dev/359)
ParamNameMismatch: src/analyzer/Model/AnalyzerResult.php#L172
src/analyzer/Model/AnalyzerResult.php:172:33: ParamNameMismatch: Argument 1 of Scheb\Tombstone\Analyzer\Model\AnalyzerResult::unserialize has wrong name $serialized, expecting $data as defined by Serializable::unserialize (see https://psalm.dev/230)
MissingClassConstType: src/analyzer/Report/Html/HtmlReportGenerator.php#L23
src/analyzer/Report/Html/HtmlReportGenerator.php:23:19: MissingClassConstType: Class constant "Scheb\Tombstone\Analyzer\Report\Html\HtmlReportGenerator::TEMPLATE_DIR" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/analyzer/Report/Html/Renderer/BreadCrumbRenderer.php#L13
src/analyzer/Report/Html/Renderer/BreadCrumbRenderer.php:13:19: MissingClassConstType: Class constant "Scheb\Tombstone\Analyzer\Report\Html\Renderer\BreadCrumbRenderer::ROOT_ICON" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/analyzer/Report/Html/Renderer/PhpFileFormatter.php#L16
src/analyzer/Report/Html/Renderer/PhpFileFormatter.php:16:19: MissingClassConstType: Class constant "Scheb\Tombstone\Analyzer\Report\Html\Renderer\PhpFileFormatter::HTMLSPECIALCHARS_FLAGS" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/analyzer/Report/Html/Renderer/PhpSyntaxHighlighter.php#L9
src/analyzer/Report/Html/Renderer/PhpSyntaxHighlighter.php:9:19: MissingClassConstType: Class constant "Scheb\Tombstone\Analyzer\Report\Html\Renderer\PhpSyntaxHighlighter::COLOR_HTML" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/analyzer/Report/Html/Renderer/PhpSyntaxHighlighter.php#L10
src/analyzer/Report/Html/Renderer/PhpSyntaxHighlighter.php:10:19: MissingClassConstType: Class constant "Scheb\Tombstone\Analyzer\Report\Html\Renderer\PhpSyntaxHighlighter::COLOR_COMMENT" should have a declared type. (see https://psalm.dev/359)
Code Coverage - PHP 8.3
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Code Coverage - PHP 8.3
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Code Coverage - PHP 8.3
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Coding Standards - PHP 8.3
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Coding Standards - PHP 8.3
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Coding Standards - PHP 8.3
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Coding Standards - PHP 8.3
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Coding Standards - PHP 8.3
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Unit Tests - PHP 7.4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit Tests - PHP 7.4
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Unit Tests - PHP 7.4
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Unit Tests - PHP 7.1.3, Deps: lowest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit Tests - PHP 7.1.3, Deps: lowest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Unit Tests - PHP 7.1.3, Deps: lowest
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Unit Tests - PHP 8.3
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit Tests - PHP 8.3
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Unit Tests - PHP 8.3
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/