opentelemetry-cpp icon indicating copy to clipboard operation
opentelemetry-cpp copied to clipboard

[API] Parse baggage value as spec compliant

Open ThomsonTan opened this issue 1 month ago • 1 comments

Fixes #3754

Changes

Please provide a brief description of the changes here.

For significant contributions please make sure you have completed the following items:

  • [ ] CHANGELOG.md updated for non-trivial changes
  • [ ] Unit tests have been added
  • [ ] Changes in public API reviewed

ThomsonTan avatar Nov 21 '25 01:11 ThomsonTan

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 89.94%. Comparing base (b568e71) to head (d4bf0e4). :warning: Report is 14 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3758      +/-   ##
==========================================
+ Coverage   89.93%   89.94%   +0.01%     
==========================================
  Files         225      225              
  Lines        7158     7163       +5     
==========================================
+ Hits         6437     6442       +5     
  Misses        721      721              
Files with missing lines Coverage Δ
api/include/opentelemetry/baggage/baggage.h 98.20% <100.00%> (+0.91%) :arrow_up:

... and 4 files with indirect coverage changes

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

codecov[bot] avatar Nov 21 '25 02:11 codecov[bot]