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

[service] Fix memory leaks and enable goleak check in tests #9241

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Merge branch 'main' into goleak_service

c8dc387
Select commit
Loading
Failed to load commit list.
Open

[service] Fix memory leaks and enable goleak check in tests #9241

Merge branch 'main' into goleak_service
c8dc387
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 27, 2024 in 0s

92.38% (target 90.00%)

View this Pull Request on Codecov

92.38% (target 90.00%)

Details

Codecov Report

Attention: Patch coverage is 81.25000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 92.38%. Comparing base (227fb82) to head (c8dc387).

Files Patch % Lines
service/internal/proctelemetry/config.go 75.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9241      +/-   ##
==========================================
- Coverage   92.40%   92.38%   -0.02%     
==========================================
  Files         393      393              
  Lines       18584    18590       +6     
==========================================
+ Hits        17173    17175       +2     
- Misses       1056     1059       +3     
- Partials      355      356       +1     

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