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

refactor: refactor context handling and nil checks

4d3dfc8
Select commit
Loading
Failed to load commit list.
Merged

fix(context): check handler is nil #3413

refactor: refactor context handling and nil checks
4d3dfc8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 13, 2024 in 1s

98.98% (-0.24%) compared to 3dc1cd6

View this Pull Request on Codecov

98.98% (-0.24%) compared to 3dc1cd6

Details

Codecov Report

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

Project coverage is 98.98%. Comparing base (3dc1cd6) to head (4d3dfc8).
Report is 56 commits behind head on master.

❗ Current head 4d3dfc8 differs from pull request most recent head b7e326d. Consider uploading reports for the commit b7e326d to get more accurate results

Files Patch % Lines
context.go 0.00% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3413      +/-   ##
==========================================
- Coverage   99.21%   98.98%   -0.24%     
==========================================
  Files          42       44       +2     
  Lines        3182     2751     -431     
==========================================
- Hits         3157     2723     -434     
+ Misses         17       16       -1     
- Partials        8       12       +4     

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