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(context): check handler is nil #3413

Merged
merged 4 commits into from
May 13, 2024

test: refactor context_test.go for clarity and efficiency

b7e326d
Select commit
Loading
Failed to load commit list.
Merged

fix(context): check handler is nil #3413

test: refactor context_test.go for clarity and efficiency
b7e326d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 13, 2024 in 0s

99.05% (-0.16%) compared to 3dc1cd6

View this Pull Request on Codecov

99.05% (-0.16%) compared to 3dc1cd6

Details

Codecov Report

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

Project coverage is 99.05%. Comparing base (3dc1cd6) to head (b7e326d).
Report is 56 commits behind head on master.

Files Patch % Lines
context.go 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3413      +/-   ##
==========================================
- Coverage   99.21%   99.05%   -0.16%     
==========================================
  Files          42       44       +2     
  Lines        3182     2751     -431     
==========================================
- Hits         3157     2725     -432     
+ Misses         17       15       -2     
- Partials        8       11       +3     

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