Skip to content

github-actions: bump codecov/codecov-action from 4.3.1 to 4.4.0 in the minor-patch-dependencies group #1193

github-actions: bump codecov/codecov-action from 4.3.1 to 4.4.0 in the minor-patch-dependencies group

github-actions: bump codecov/codecov-action from 4.3.1 to 4.4.0 in the minor-patch-dependencies group #1193

Status Success
Total duration 7m 38s
Artifacts

continuous-integration.yml

on: pull_request
Matrix: Validate Project / Check with editorconfig-checker
Matrix: Validate Project / Check composer dependencies with composer-dependency-analyser
Matrix: Validate Project / Check composer dependencies with composer-unused
Matrix: Validate Project / Lint PHP
Matrix: Validate Project / Validate markdown files
Matrix: Validate Project / Linting with overtrue/phplint
Matrix: Validate Project / Validate composer
Matrix: Validate Project / Validate yaml
Validate Project  /  Lint & Validate Status
0s
Validate Project / Lint & Validate Status
Matrix: Install Project / Install Node dependencies
Matrix: Install Project / Install PHP dependencies
Install Project  /  Install Status
0s
Install Project / Install Status
Matrix: Project Analysis / Check Coding Standards with PHP-CS-Fixer
Matrix: Project Analysis / Check Coding Standards with PHPCS
Matrix: Project Analysis / Check Rules with PHPMD
Matrix: Project Analysis / Checks with Rector
Matrix: Project Analysis / Static Code Analysis with PHPStan
Project Analysis  /  Status Analytics
0s
Project Analysis / Status Analytics
Matrix: Code Coverage with PHPUnit
Matrix: UnitTests & Code Coverage
finish-code-coverage
2s
finish-code-coverage
Unit & Integration Tests Status
0s
Unit & Integration Tests Status
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Code Coverage with PHPUnit (ubuntu-22.04, 8.1, lowest): src/IosBuild.php#L67
Escaped Mutant for Mutator "LessThan": --- Original +++ New @@ @@ if ($matchCode['primaryCode'] . $matchCode['secondaryCode'] !== $matchNeedle['primaryCode'] . $matchNeedle['secondaryCode']) { continue; } - if ($matchNeedle['buildCode'] < $matchCode['buildCode']) { + if ($matchNeedle['buildCode'] <= $matchCode['buildCode']) { continue; } $candidate[$matchCode['buildCode']] = $versions[$key];