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

🐛 fix: Improve naming convention for Context returning functions #3193

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Rename UserContext() to Context(). Rename Context() to RequestCtx()

12daef3
Select commit
Loading
Failed to load commit list.
Open

🐛 fix: Improve naming convention for Context returning functions #3193

Rename UserContext() to Context(). Rename Context() to RequestCtx()
12daef3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 8, 2024 in 0s

82.72% (-0.05%) compared to 7126e48, passed because coverage increased by 0% when compared to adjusted base (82.72%)

View this Pull Request on Codecov

82.72% (-0.05%) compared to 7126e48, passed because coverage increased by 0% when compared to adjusted base (82.72%)

Details

Codecov Report

Attention: Patch coverage is 95.23810% with 2 lines in your changes missing coverage. Please review.

Project coverage is 82.72%. Comparing base (7126e48) to head (12daef3).

Files with missing lines Patch % Lines
bind.go 80.00% 0 Missing and 1 partial ⚠️
middleware/adaptor/adaptor.go 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3193      +/-   ##
==========================================
- Coverage   82.76%   82.72%   -0.05%     
==========================================
  Files         114      114              
  Lines       11149    11149              
==========================================
- Hits         9228     9223       -5     
- Misses       1521     1525       +4     
- Partials      400      401       +1     

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