test: Nit test addition to otlp#3390
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3390 +/- ##
=====================================
Coverage 82.6% 82.6%
=====================================
Files 128 128
Lines 24641 24663 +22
=====================================
+ Hits 20355 20384 +29
+ Misses 4286 4279 -7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@scottgerring PTAL. |
There was a problem hiding this comment.
Good idea.
I thought we might be able to prevent even expressing this by guarding the enum enumerants against the feature flags, but it is shared between both transport layer choices as well as the env parsing and I think the implicit error there - "this encoding doesn't exist" - is worse.
LGTM
Did you meant to request changes to the PR? |
9bbce12
Minor test addition.