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

Improve profiles attribute table handling #7031

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

Conversation

jhalliday
Copy link
Contributor

Use List<AttributeKeyValue<?>> rather than Attributes, as the latter's map semantics are not appropriate for all use cases of the Profile.attribute_table field in the wire message.

@jhalliday jhalliday requested a review from a team as a code owner January 17, 2025 09:51
@jhalliday
Copy link
Contributor Author

Follows on from #7026

Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.88%. Comparing base (31869a3) to head (bb85f1a).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #7031   +/-   ##
=========================================
  Coverage     89.88%   89.88%           
  Complexity     6655     6655           
=========================================
  Files           748      748           
  Lines         20077    20077           
  Branches       1969     1969           
=========================================
  Hits          18047    18047           
  Misses         1435     1435           
  Partials        595      595           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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