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

disallow empty string for baggage name #1484

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

brettmc
Copy link
Collaborator

@brettmc brettmc commented Jan 23, 2025

spec 1.36.0 clarifies that empty string is not a valid baggage name

see open-telemetry/opentelemetry-specification#4144

spec 1.36.0 clarifies that empty string is not a valid baggage name
@brettmc brettmc requested a review from a team as a code owner January 23, 2025 03:16
Copy link

codecov bot commented Jan 23, 2025

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 70.76%. Comparing base (7eb3abb) to head (51f9ec1).

Files with missing lines Patch % Lines
src/API/Baggage/BaggageBuilder.php 0.00% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1484      +/-   ##
============================================
+ Coverage     70.71%   70.76%   +0.05%     
- Complexity     2761     2762       +1     
============================================
  Files           408      408              
  Lines          8341     8343       +2     
============================================
+ Hits           5898     5904       +6     
+ Misses         2443     2439       -4     
Flag Coverage Δ
8.1 70.43% <0.00%> (-0.01%) ⬇️
8.2 70.55% <0.00%> (-0.02%) ⬇️
8.3 70.67% <0.00%> (+0.03%) ⬆️
8.4 70.69% <0.00%> (+0.10%) ⬆️
8.5 70.57% <0.00%> (-0.09%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/API/Baggage/BaggageBuilder.php 0.00% <0.00%> (ø)

... and 5 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7eb3abb...51f9ec1. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant