opentelemetry-go
opentelemetry-go copied to clipboard
golangci lint fix
Codecov Report
Merging #2985 (71ee3c9) into main (eb55e60) will increase coverage by
0.0%
. The diff coverage is100.0%
.
@@ Coverage Diff @@
## main #2985 +/- ##
=====================================
Coverage 76.2% 76.2%
=====================================
Files 179 179
Lines 11939 11939
=====================================
+ Hits 9103 9105 +2
+ Misses 2596 2594 -2
Partials 240 240
Impacted Files | Coverage Δ | |
---|---|---|
sdk/trace/provider.go | 85.5% <100.0%> (ø) |
|
sdk/trace/batch_span_processor.go | 81.9% <0.0%> (+0.8%) |
:arrow_up: |
Is there a golangci config we should change so those issues fail the CI is they happen again?
Is there a golangci config we should change so those issues fail the CI is they happen again?
I'll try to solve this.
I open a new pr https://github.com/open-telemetry/opentelemetry-go/pull/2987 to fix this lint error. with fix the CI exec abnormal phenomenon.
Is this still needed?