Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

fix go test

859ca42
Select commit
Loading
Failed to load commit list.
Open

feat: add opentelemetry tracer to record the sync trace #697

fix go test
859ca42
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 8, 2025 in 1s

53.47% (-0.80%) compared to 8849c3f

View this Pull Request on Codecov

53.47% (-0.80%) compared to 8849c3f

Details

Codecov Report

❌ Patch coverage is 34.44444% with 59 lines in your changes missing coverage. Please review.
✅ Project coverage is 53.47%. Comparing base (8849c3f) to head (859ca42).
⚠️ Report is 60 commits behind head on master.

Files with missing lines Patch % Lines
pkg/utils/tracing/opentelemetry.go 0.00% 26 Missing ⚠️
pkg/sync/sync_context.go 78.37% 7 Missing and 1 partial ⚠️
pkg/utils/tracing/nop.go 0.00% 7 Missing ⚠️
pkg/utils/kube/ctl.go 14.28% 6 Missing ⚠️
pkg/utils/tracing/logging.go 14.28% 6 Missing ⚠️
pkg/utils/kube/resource_ops.go 0.00% 5 Missing ⚠️
pkg/engine/engine.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #697      +/-   ##
==========================================
- Coverage   54.26%   53.47%   -0.80%     
==========================================
  Files          64       65       +1     
  Lines        6164     6547     +383     
==========================================
+ Hits         3345     3501     +156     
- Misses       2549     2769     +220     
- Partials      270      277       +7     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.