Uh oh!
There was an error while loading. Please reload this page.
feat: support contextual_tuples in expand requests - #164
Conversation
codecov-commenter
commented
Jan 23, 2025
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #164 +/- ##
=======================================
Coverage 69.56% 69.56% =======================================
Files 135 135 Lines 10839 10857 +18 =======================================
+ Hits 7540 7553 +13 - Misses 3299 3304 +5 ☔ View full report in Codecov by Sentry. |
jimmyjames
left a comment
There was a problem hiding this comment.
Any opportunity to add some (useful/meaningful) tests for this change?
@jimmyjames I don't think there'd be much benefit in this specific case, but I do have a follow-up PR I'm preparing (after 0.9.1. release) that includes a significantly reworked/expanded test suite and some proper integration tests for all endpoints. If you're OK with deferring the test coverage for a few, I'll include that in the follow-up PR. |
Description
This PR adds support for
contextual_tuplesinexpandrequests. (It follows up with support for auto-generated changes already included in a previous commit, #163.)References
contextual_tuplesinexpandrequests sdk-generator#473Review Checklist
main