Skip to content

Commit

Permalink
Bump codecov/codecov-action from 2.1.0 to 3 (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 6, 2022
1 parent 237a0b2 commit fd338cc
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 @@ -375,7 +375,7 @@ jobs:
- name: run tests and generate report
run: ./ci/do_ci.sh code.coverage
- name: upload report
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v3
with:
file: /home/runner/build/coverage.info

Expand Down

1 comment on commit fd338cc

@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: fd338cc Previous: 237a0b2 Ratio
BM_BaselineBuffer/1 8592858.31451416 ns/iter 512665.0333404541 ns/iter 16.76

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

Please sign in to comment.