chore(deps): bump codecov/codecov-action from 5.0.2 to 5.0.4 #1771
CI.yml
on: pull_request
Mutation testing
1m 24s
Code quality
22s
Dependencies state
39s
Backward Compatible Changes
3s
Working Nix Shell
1m 17s
Matrix: integration
Matrix: tests
Annotations
16 warnings
Tests on PHP 8.2
Unexpected input(s) 'file', valid inputs are ['binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'report_code', 'report_type', 'root_dir', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'verbose', 'version', 'working-directory']
|
Tests on PHP 8.1
Unexpected input(s) 'file', valid inputs are ['binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'report_code', 'report_type', 'root_dir', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'verbose', 'version', 'working-directory']
|
Tests on PHP 8.1 --prefer-lowest --prefer-stable
Unexpected input(s) 'file', valid inputs are ['binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'report_code', 'report_type', 'root_dir', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'verbose', 'version', 'working-directory']
|
Tests on PHP 8.3
Unexpected input(s) 'file', valid inputs are ['binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'report_code', 'report_type', 'root_dir', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'verbose', 'version', 'working-directory']
|
Tests on PHP 8.3 --prefer-lowest --prefer-stable
Unexpected input(s) 'file', valid inputs are ['binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'report_code', 'report_type', 'root_dir', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'verbose', 'version', 'working-directory']
|
Tests on PHP 8.2 --prefer-lowest --prefer-stable
Unexpected input(s) 'file', valid inputs are ['binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'report_code', 'report_type', 'root_dir', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'verbose', 'version', 'working-directory']
|
Mutation testing:
src/Registry/CollectorRegistry.php#L67
Escaped Mutant for Mutator "Concat":
--- Original
+++ New
@@ @@
{
$metricIdentifier = $name->toString();
if (!isset($this->gauges[$metricIdentifier])) {
- throw new MetricNotFoundException('Metric not found:' . $metricIdentifier);
+ throw new MetricNotFoundException($metricIdentifier . 'Metric not found:');
}
return $this->gauges[$metricIdentifier];
}
|
Mutation testing:
src/Registry/CollectorRegistry.php#L67
Escaped Mutant for Mutator "ConcatOperandRemoval":
--- Original
+++ New
@@ @@
{
$metricIdentifier = $name->toString();
if (!isset($this->gauges[$metricIdentifier])) {
- throw new MetricNotFoundException('Metric not found:' . $metricIdentifier);
+ throw new MetricNotFoundException($metricIdentifier);
}
return $this->gauges[$metricIdentifier];
}
|
Mutation testing:
src/Registry/CollectorRegistry.php#L67
Escaped Mutant for Mutator "ConcatOperandRemoval":
--- Original
+++ New
@@ @@
{
$metricIdentifier = $name->toString();
if (!isset($this->gauges[$metricIdentifier])) {
- throw new MetricNotFoundException('Metric not found:' . $metricIdentifier);
+ throw new MetricNotFoundException('Metric not found:');
}
return $this->gauges[$metricIdentifier];
}
|
Mutation testing:
src/Registry/CollectorRegistry.php#L105
Escaped Mutant for Mutator "Concat":
--- Original
+++ New
@@ @@
{
$metricIdentifier = $name->toString();
if (!isset($this->counters[$metricIdentifier])) {
- throw new MetricNotFoundException('Metric not found:' . $metricIdentifier);
+ throw new MetricNotFoundException($metricIdentifier . 'Metric not found:');
}
return $this->counters[$metricIdentifier];
}
|
Mutation testing:
src/Registry/CollectorRegistry.php#L105
Escaped Mutant for Mutator "ConcatOperandRemoval":
--- Original
+++ New
@@ @@
{
$metricIdentifier = $name->toString();
if (!isset($this->counters[$metricIdentifier])) {
- throw new MetricNotFoundException('Metric not found:' . $metricIdentifier);
+ throw new MetricNotFoundException($metricIdentifier);
}
return $this->counters[$metricIdentifier];
}
|
Mutation testing:
src/Registry/CollectorRegistry.php#L105
Escaped Mutant for Mutator "ConcatOperandRemoval":
--- Original
+++ New
@@ @@
{
$metricIdentifier = $name->toString();
if (!isset($this->counters[$metricIdentifier])) {
- throw new MetricNotFoundException('Metric not found:' . $metricIdentifier);
+ throw new MetricNotFoundException('Metric not found:');
}
return $this->counters[$metricIdentifier];
}
|
Mutation testing:
src/Registry/CollectorRegistry.php#L144
Escaped Mutant for Mutator "Concat":
--- Original
+++ New
@@ @@
{
$metricIdentifier = $name->toString();
if (!isset($this->histograms[$metricIdentifier])) {
- throw new MetricNotFoundException('Metric not found:' . $metricIdentifier);
+ throw new MetricNotFoundException($metricIdentifier . 'Metric not found:');
}
return $this->histograms[$metricIdentifier];
}
|
Mutation testing:
src/Registry/CollectorRegistry.php#L144
Escaped Mutant for Mutator "ConcatOperandRemoval":
--- Original
+++ New
@@ @@
{
$metricIdentifier = $name->toString();
if (!isset($this->histograms[$metricIdentifier])) {
- throw new MetricNotFoundException('Metric not found:' . $metricIdentifier);
+ throw new MetricNotFoundException($metricIdentifier);
}
return $this->histograms[$metricIdentifier];
}
|
Mutation testing:
src/Registry/CollectorRegistry.php#L144
Escaped Mutant for Mutator "ConcatOperandRemoval":
--- Original
+++ New
@@ @@
{
$metricIdentifier = $name->toString();
if (!isset($this->histograms[$metricIdentifier])) {
- throw new MetricNotFoundException('Metric not found:' . $metricIdentifier);
+ throw new MetricNotFoundException('Metric not found:');
}
return $this->histograms[$metricIdentifier];
}
|
Mutation testing:
src/Storage/APCUStore.php#L69
Escaped Mutant for Mutator "CastInt":
--- Original
+++ New
@@ @@
// Taken from https://github.com/prometheus/client_golang/blob/66058aac3a83021948e5fb12f1f408ff556b9037/prometheus/value.go#L91
$done = false;
while (!$done) {
- $old = (int) apcu_fetch($sumKey);
+ $old = apcu_fetch($sumKey);
$done = apcu_cas($sumKey, $old, $this->toInteger($this->fromInteger($old) + $value));
}
// Figure out in which bucket the observation belongs
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Infection report
|
2.23 KB |
|