Skip to content

Build(deps): Bump codecov/codecov-action from 4.3.1 to 4.4.0 (#832) #1682

Build(deps): Bump codecov/codecov-action from 4.3.1 to 4.4.0 (#832)

Build(deps): Bump codecov/codecov-action from 4.3.1 to 4.4.0 (#832) #1682

Triggered via push May 15, 2024 07:04
Status Success
Total duration 1m 42s
Artifacts 1

CI.yml

on: push
Mutation testing
1m 24s
Mutation testing
Code quality
24s
Code quality
Dependencies state
34s
Dependencies state
Backward Compatible Changes
6s
Backward Compatible Changes
Working Nix Shell
54s
Working Nix Shell
Matrix: integration
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
Tests on PHP 8.1
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.4.0/dist/codecov' failed with exit code 1
Tests on PHP 8.1 --prefer-lowest --prefer-stable
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.4.0/dist/codecov' failed with exit code 1
Tests on PHP 8.2
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.4.0/dist/codecov' failed with exit code 1
Tests on PHP 8.2 --prefer-lowest --prefer-stable
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.4.0/dist/codecov' failed with exit code 1
Tests on PHP 8.3
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.4.0/dist/codecov' failed with exit code 1
Tests on PHP 8.3 --prefer-lowest --prefer-stable
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.4.0/dist/codecov' failed with exit code 1
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 Expired
2.24 KB