chore: improve codecov (#2752)

This commit is contained in:
Kevin Wan
2023-01-04 13:42:20 +08:00
committed by GitHub
parent 641ebf1667
commit 83f88d177f
2 changed files with 44 additions and 3 deletions

View File

@@ -17,9 +17,7 @@ import (
oteltrace "go.opentelemetry.io/otel/trace"
)
const (
traceKeyStatusCode = "http.status_code"
)
const traceKeyStatusCode = "http.status_code"
var notTracingSpans sync.Map