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.2.0 to 4.3.0 #21

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2024

Bumps codecov/codecov-action from 4.2.0 to 4.3.0.

Release notes

Sourced from codecov/codecov-action's releases.

v4.3.0

What's Changed

Full Changelog: codecov/codecov-action@v4.2.0...v4.3.0

Commits
  • 8450866 chore(release): v4.3.0 (#1366)
  • e841909 build(deps): bump undici from 5.28.3 to 5.28.4 (#1361)
  • 363a65a feat: add network params (#1365)
  • 640b86a build(deps-dev): bump @​typescript-eslint/parser from 7.5.0 to 7.6.0 (#1363)
  • 375c033 build(deps-dev): bump @​typescript-eslint/eslint-plugin from 7.5.0 to 7.6.0 (#...
  • d701256 build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 (#1360)
  • 0bb547a build(deps-dev): bump typescript from 5.4.3 to 5.4.4 (#1355)
  • 55e8381 fix: automatically detect if using GitHub enterprise (#1356)
  • See full diff 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.2.0 to 4.3.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.2.0...v4.3.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 Apr 12, 2024
Copy link

Benchmark Result

goos: linux
goarch: amd64
pkg: github.com/mazrean/formstream
cpu: AMD EPYC 7763 64-Core Processor                
BenchmarkFormStreamFastPath/1MB-4 	    2948	    407683 ns/op	   10004 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/10MB-4         	     307	   3926558 ns/op	   10029 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/100MB-4        	      27	  42379889 ns/op	   10619 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/1GB-4          	       3	 428361057 ns/op	   12906 B/op	      65 allocs/op
BenchmarkFormStreamSlowPath/1MB-4          	    2440	    443591 ns/op	   17018 B/op	      69 allocs/op
BenchmarkFormStreamSlowPath/10MB-4         	     270	   4255389 ns/op	  134452 B/op	      69 allocs/op
BenchmarkFormStreamSlowPath/100MB-4        	       5	 225559243 ns/op	26890024 B/op	      80 allocs/op
BenchmarkFormStreamSlowPath/1GB-4          	       1	2499668629 ns/op	134269624 B/op	     100 allocs/op
BenchmarkStdMultipartNextPart/1MB-4        	    2602	    425102 ns/op	   39328 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/10MB-4       	     291	   4119596 ns/op	   39346 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/100MB-4      	      26	  41866270 ns/op	   39624 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/1GB-4        	       3	 430171493 ns/op	   44933 B/op	      33 allocs/op
BenchmarkStdMultipartReadForm/1MB-4        	    1226	    879722 ns/op	 4203960 B/op	      61 allocs/op
BenchmarkStdMultipartReadForm/10MB-4       	     124	   9167016 ns/op	33566496 B/op	      64 allocs/op
BenchmarkStdMultipartReadForm/100MB-4      	       5	 241361365 ns/op	134265414 B/op	      75 allocs/op
BenchmarkStdMultipartReadForm/1GB-4        	       1	2538410149 ns/op	134275392 B/op	      78 allocs/op
PASS
ok  	github.com/mazrean/formstream	32.163s
pprof command
gh api /repos/mazrean/formstream/actions/artifacts/1409104825/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 (d2302b4) to head (1739359).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #21   +/-   ##
=======================================
  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 8f5610c into main Apr 19, 2024
3 checks passed
@mazrean mazrean deleted the dependabot/github_actions/codecov/codecov-action-4.3.0 branch April 19, 2024 15:52
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