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

add NeverDone function for package gctx that creates and returns a never done ctx #2784

Merged
merged 4 commits into from Jul 25, 2023

Conversation

gqcn
Copy link
Member

@gqcn gqcn commented Jul 19, 2023

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Jul 19, 2023

Codecov Report

Patch coverage: 49.25% and project coverage change: +0.32 🎉

Comparison is base (b71ac86) 78.80% compared to head (63c3dfe) 79.12%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2784      +/-   ##
==========================================
+ Coverage   78.80%   79.12%   +0.32%     
==========================================
  Files         632      633       +1     
  Lines       52017    52057      +40     
==========================================
+ Hits        40991    41192     +201     
+ Misses       9000     8823     -177     
- Partials     2026     2042      +16     
Flag Coverage Δ
go-1.15-386 79.18% <49.25%> (?)
go-1.15-amd64 79.18% <49.25%> (?)
go-1.16-386 79.15% <49.25%> (?)
go-1.16-amd64 79.16% <49.25%> (?)
go-1.17-386 79.17% <49.25%> (?)
go-1.17-amd64 79.15% <49.25%> (?)
go-1.18-386 78.77% <49.25%> (-0.01%) ⬇️
go-1.18-amd64 78.75% <49.25%> (-0.01%) ⬇️
go-1.19-386 79.17% <49.25%> (?)
go-1.19-amd64 79.16% <49.25%> (?)
go-1.20-386 79.10% <49.25%> (-0.03%) ⬇️
go-1.20-amd64 79.10% <49.25%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
contrib/drivers/mssql/mssql.go 77.16% <ø> (ø)
contrib/drivers/oracle/oracle.go 79.45% <ø> (+78.08%) ⬆️
contrib/drivers/pgsql/pgsql.go 63.22% <ø> (ø)
contrib/drivers/sqlite/sqlite.go 71.34% <ø> (ø)
net/ghttp/ghttp_request_param_ctx.go 93.93% <0.00%> (+14.45%) ⬆️
os/gtime/gtime_time.go 85.57% <15.38%> (-10.62%) ⬇️
contrib/nosql/redis/redis.go 89.15% <100.00%> (+0.13%) ⬆️
os/gbuild/gbuild.go 65.62% <100.00%> (+1.10%) ⬆️
os/gctx/gctx_never_done.go 100.00% <100.00%> (ø)

... and 5 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@gqcn gqcn merged commit dec66db into master Jul 25, 2023
24 of 36 checks passed
@gqcn gqcn deleted the enhance/never-done-ctx branch July 25, 2023 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants