Skip to content

Commit

Permalink
Revert "Bump codecov/codecov-action from 3 to 4 (#2314)" (#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Sep 16, 2023
1 parent f5c0016 commit 049f7e8
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 @@ -810,7 +810,7 @@ jobs:
CXX: /usr/bin/g++-10
run: ./ci/do_ci.sh code.coverage
- name: upload report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
file: /home/runner/build/coverage.info

Expand Down

1 comment on commit 049f7e8

@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: 049f7e8 Previous: f5c0016 Ratio
BM_BaselineBuffer/2 8193197.250366211 ns/iter 3430824.5182037354 ns/iter 2.39

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

Please sign in to comment.