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

gin: do not use gin context after returning response #3398

Merged
merged 1 commit into from
Jan 10, 2025

gin: do not use gin context after returning response

8ad37bd
Select commit
Loading
Failed to load commit list.
Merged

gin: do not use gin context after returning response #3398

gin: do not use gin context after returning response
8ad37bd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 10, 2025 in 0s

59.10% (target 0.00%)

View this Pull Request on Codecov

59.10% (target 0.00%)

Details

Codecov Report

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

Project coverage is 59.10%. Comparing base (34c0e6a) to head (8ad37bd).

Files with missing lines Patch % Lines
pkg/apiserver/controllers/v1/decisions.go 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3398      +/-   ##
==========================================
+ Coverage   59.09%   59.10%   +0.01%     
==========================================
  Files         359      359              
  Lines       38654    38653       -1     
==========================================
+ Hits        22842    22847       +5     
+ Misses      13890    13885       -5     
+ Partials     1922     1921       -1     

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