Skip to content

Fix Debug* gRPC function calls implementation #2672

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

Merged
merged 6 commits into from
Aug 8, 2024

Forward os.interrupt (aka CTRL-C) signal to the gdb process

13f87dd
Select commit
Loading
Failed to load commit list.
Merged

Fix Debug* gRPC function calls implementation #2672

Forward os.interrupt (aka CTRL-C) signal to the gdb process
13f87dd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 7, 2024 in 0s

70.05% (target 30.00%)

View this Pull Request on Codecov

70.05% (target 30.00%)

Details

Codecov Report

Attention: Patch coverage is 25.34562% with 162 lines in your changes missing coverage. Please review.

Project coverage is 70.05%. Comparing base (a353f86) to head (13f87dd).

Files Patch % Lines
commands/service_debug.go 24.76% 156 Missing and 2 partials ⚠️
internal/cli/debug/debug.go 0.00% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2672      +/-   ##
==========================================
- Coverage   70.25%   70.05%   -0.20%     
==========================================
  Files         222      221       -1     
  Lines       21362    21422      +60     
==========================================
  Hits        15007    15007              
- Misses       5176     5236      +60     
  Partials     1179     1179              

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