Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3 to 4 (#2519)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 497eaf4 commit d32f960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ jobs:
CXX: /usr/bin/g++-10
run: ./ci/do_ci.sh code.coverage
- name: upload report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: /home/runner/build/coverage.info

Expand Down

3 comments on commit d32f960

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp exporters Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: d32f960 Previous: 497eaf4 Ratio
BM_OtlpExporterEmptySpans 50.33089356795996 ns/iter 22.71696452302987 ns/iter 2.22

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: d32f960 Previous: 497eaf4 Ratio
BM_LockFreeBuffer/2 8879630.56564331 ns/iter 1076435.5659484863 ns/iter 8.25

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp api Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: d32f960 Previous: 497eaf4 Ratio
BM_SpinLockThrashing/2/process_time/real_time 0.43307410346137154 ms/iter 0.16522867996805216 ms/iter 2.62
BM_SpinLockThrashing/4/process_time/real_time 1.950385020329402 ms/iter 0.6192626081747452 ms/iter 3.15
BM_NaiveSpinLockThrashing/4/process_time/real_time 1.6358738853817893 ms/iter 0.7430117333953704 ms/iter 2.20
BM_ThreadYieldSpinLockThrashing/1/process_time/real_time 20.772993564605713 ms/iter 7.455996104649135 ms/iter 2.79
BM_ThreadYieldSpinLockThrashing/4/process_time/real_time 189.6953582763672 ms/iter 77.90827751159668 ms/iter 2.43

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.