Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump codecov/codecov-action from 4.5.0 to 4.6.0 #30

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2024

Bumps codecov/codecov-action from 4.5.0 to 4.6.0.

Release notes

Sourced from codecov/codecov-action's releases.

v4.6.0

What's Changed

... (truncated)

Commits
  • b9fd7d1 chore(release):4.6.0 (#1587)
  • 6f7612c fix: bump eslint parser deps (#1586)
  • 26c7e28 build(deps): bump actions/checkout from 4.1.7 to 4.2.0 (#1583)
  • 6f744f7 build(deps): bump github/codeql-action from 3.26.8 to 3.26.9 (#1584)
  • 543c3d4 chore: fix typo of OSS (#1578)
  • e379426 build(deps-dev): bump @​vercel/ncc from 0.38.1 to 0.38.2 (#1577)
  • 42656e4 build(deps): bump github/codeql-action from 3.26.7 to 3.26.8 (#1575)
  • 2296b6b build(deps-dev): bump eslint from 8.57.0 to 8.57.1 (#1571)
  • bd77bc3 build(deps): bump github/codeql-action from 3.26.6 to 3.26.7 (#1569)
  • 180b964 build(deps-dev): bump @​types/jest from 29.5.12 to 29.5.13 (#1567)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0.
- [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.5.0...v4.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 4, 2024
Copy link

github-actions bot commented Oct 4, 2024

Benchmark Result

goos: linux
goarch: amd64
pkg: github.com/mazrean/formstream
cpu: AMD EPYC 7763 64-Core Processor                
BenchmarkFormStreamFastPath/1MB-4 	    2773	    417279 ns/op	   10013 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/10MB-4         	     302	   3970177 ns/op	   10030 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/100MB-4        	      27	  42044767 ns/op	   10619 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/1GB-4          	       3	 430582093 ns/op	   15637 B/op	      65 allocs/op
BenchmarkFormStreamSlowPath/1MB-4          	    2618	    448527 ns/op	   13338 B/op	      69 allocs/op
BenchmarkFormStreamSlowPath/10MB-4         	     278	   4443429 ns/op	  130874 B/op	      69 allocs/op
BenchmarkFormStreamSlowPath/100MB-4        	       7	 156978180 ns/op	38393512 B/op	      82 allocs/op
BenchmarkFormStreamSlowPath/1GB-4          	       1	2035670440 ns/op	134277816 B/op	     101 allocs/op
BenchmarkStdMultipartNextPart/1MB-4        	    2547	    422352 ns/op	   39306 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/10MB-4       	     302	   3950147 ns/op	   39344 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/100MB-4      	      27	  42152646 ns/op	   39611 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/1GB-4        	       3	 454699980 ns/op	   44933 B/op	      33 allocs/op
BenchmarkStdMultipartReadForm/1MB-4        	    1267	    880109 ns/op	 4204185 B/op	      61 allocs/op
BenchmarkStdMultipartReadForm/10MB-4       	     129	   9383878 ns/op	33566595 B/op	      64 allocs/op
BenchmarkStdMultipartReadForm/100MB-4      	       6	 186180148 ns/op	134269724 B/op	      75 allocs/op
BenchmarkStdMultipartReadForm/1GB-4        	       1	1889415545 ns/op	134267176 B/op	      76 allocs/op
PASS
ok  	github.com/mazrean/formstream	30.445s
pprof command
gh api /repos/mazrean/formstream/actions/artifacts/2016566213/zip > /tmp/profile.zip
unzip /tmp/profile.zip -d profile
rm -rf /tmp/profile.zip
go tool pprof -http :6060 profile/cpu.out

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.16%. Comparing base (f6eedc0) to head (712d1ce).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #30   +/-   ##
=======================================
  Coverage   72.16%   72.16%           
=======================================
  Files           8        8           
  Lines         309      309           
=======================================
  Hits          223      223           
  Misses         65       65           
  Partials       21       21           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mazrean mazrean merged commit fe7f117 into main Nov 8, 2024
3 checks passed
@mazrean mazrean deleted the dependabot/github_actions/codecov/codecov-action-4.6.0 branch November 8, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants