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

v3: Fix issue with default logger when creating RequestCtx #3134

Merged
merged 2 commits into from
Sep 15, 2024

Merge branch 'main' into fix-3130

60e065a
Select commit
Loading
Failed to load commit list.
Merged

v3: Fix issue with default logger when creating RequestCtx #3134

Merge branch 'main' into fix-3130
60e065a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 15, 2024 in 0s

80.19% (+0.05%) compared to 0ef8d71

View this Pull Request on Codecov

80.19% (+0.05%) compared to 0ef8d71

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 80.19%. Comparing base (0ef8d71) to head (60e065a).

Files with missing lines Patch % Lines
middleware/adaptor/adaptor.go 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3134      +/-   ##
==========================================
+ Coverage   80.13%   80.19%   +0.05%     
==========================================
  Files         117      117              
  Lines        9047     9048       +1     
==========================================
+ Hits         7250     7256       +6     
+ Misses       1363     1360       -3     
+ Partials      434      432       -2     

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