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 Go error tracking #1004

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

Fix few things

0dec945
Select commit
Loading
Failed to load commit list.
Open

Add Go error tracking #1004

Fix few things
0dec945
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 12, 2024 in 0s

65.69% (-15.38%) compared to e09e0df

View this Pull Request on Codecov

65.69% (-15.38%) compared to e09e0df

Details

Codecov Report

Attention: Patch coverage is 67.34694% with 32 lines in your changes missing coverage. Please review.

Project coverage is 65.69%. Comparing base (e09e0df) to head (0dec945).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
pkg/internal/ebpf/common/spanner.go 42.10% 9 Missing and 2 partials ⚠️
pkg/internal/ebpf/gotracer/gotracer.go 46.66% 7 Missing and 1 partial ⚠️
pkg/internal/discover/attacher.go 33.33% 3 Missing and 1 partial ⚠️
pkg/internal/goexec/instructions.go 33.33% 4 Missing ⚠️
pkg/internal/ebpf/common/pids.go 82.35% 3 Missing ⚠️
pkg/internal/ebpf/httptracer/httptracer.go 0.00% 1 Missing ⚠️
pkg/internal/ebpf/tctracer/tctracer.go 0.00% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (e09e0df) and HEAD (0dec945). Click for more details.

HEAD has 2 uploads less than BASE
Flag BASE (e09e0df) HEAD (0dec945)
k8s-integration-test 1 0
integration-test 1 0
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1004       +/-   ##
===========================================
- Coverage   81.06%   65.69%   -15.38%     
===========================================
  Files         145      145               
  Lines       14558    14652       +94     
===========================================
- Hits        11802     9625     -2177     
- Misses       2188     4481     +2293     
+ Partials      568      546       -22     

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