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

Add callback API to track allocation lifeycle #419

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

Add callback API to track allocation lifecycle

bd0b543
Select commit
Loading
Failed to load commit list.
Open

Add callback API to track allocation lifeycle #419

Add callback API to track allocation lifecycle
bd0b543
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 5, 2024 in 1s

68.73% (+2.10%) compared to 3ff9392

View this Pull Request on Codecov

68.73% (+2.10%) compared to 3ff9392

Details

Codecov Report

Attention: Patch coverage is 91.23711% with 17 lines in your changes missing coverage. Please review.

Project coverage is 68.73%. Comparing base (3ff9392) to head (bd0b543).

Files with missing lines Patch % Lines
internal/server/util.go 72.00% 5 Missing and 2 partials ⚠️
internal/allocation/five_tuple.go 60.00% 4 Missing ⚠️
server.go 40.00% 2 Missing and 1 partial ⚠️
internal/server/nonce.go 50.00% 0 Missing and 1 partial ⚠️
relay_address_generator_range.go 0.00% 1 Missing ⚠️
server_config.go 97.43% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #419      +/-   ##
==========================================
+ Coverage   66.63%   68.73%   +2.10%     
==========================================
  Files          43       43              
  Lines        2919     3103     +184     
==========================================
+ Hits         1945     2133     +188     
+ Misses        807      803       -4     
  Partials      167      167              

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