Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 (#2941)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4.1.0...v4.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 28, 2024
1 parent 60967f5 commit dfe5c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Upload coverage reports to Codecov
if: ${{ matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.22.x' }}
uses: codecov/codecov-action@v4.1.0
uses: codecov/codecov-action@v4.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
Expand Down

1 comment on commit dfe5c6f

@ReneWerner87
Copy link
Member

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.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: dfe5c6f Previous: fd811cf Ratio
Benchmark_Etag 199.5 ns/op 0 B/op 0 allocs/op 97.79 ns/op 0 B/op 0 allocs/op 2.04
Benchmark_Middleware_Favicon 209.1 ns/op 12 B/op 4 allocs/op 89.1 ns/op 3 B/op 1 allocs/op 2.35
Benchmark_Idempotency/skip 210.2 ns/op 0 B/op 0 allocs/op 105 ns/op 0 B/op 0 allocs/op 2.00

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

Please sign in to comment.