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

Breaking: Replace Callbacks interface by Callbacks struct (server) #326

Merged

Breaking: Replace Callbacks interface by Callbacks struct (server)

fbfd0ff
Select commit
Loading
Failed to load commit list.
Merged

Breaking: Replace Callbacks interface by Callbacks struct (server) #326

Breaking: Replace Callbacks interface by Callbacks struct (server)
fbfd0ff
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 19, 2024 in 0s

77.30% (+0.01%) compared to b7beae5

View this Pull Request on Codecov

77.30% (+0.01%) compared to b7beae5

Details

Codecov Report

Attention: Patch coverage is 82.97872% with 8 lines in your changes missing coverage. Please review.

Project coverage is 77.30%. Comparing base (b7beae5) to head (fbfd0ff).

Files with missing lines Patch % Lines
server/serverimpl.go 82.14% 3 Missing and 2 partials ⚠️
server/types/callbacks.go 84.21% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #326      +/-   ##
==========================================
+ Coverage   77.29%   77.30%   +0.01%     
==========================================
  Files          25       25              
  Lines        2281     2274       -7     
==========================================
- Hits         1763     1758       -5     
+ Misses        410      408       -2     
  Partials      108      108              

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