Skip to content

Conversation

JayShortway
Copy link
Member

Description

Adds the tab_id, id and default_tab_id properties to the TabsComponent model where necessary. These new properties are not used yet. This makes the same changes to the JSON models as these iOS PRs:

Copy link
Contributor

@tonidero tonidero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@tonidero
Copy link
Contributor

Looks like we need to fix paywall tester

Copy link

codecov bot commented Aug 1, 2025

Codecov Report

❌ Patch coverage is 60.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.63%. Comparing base (95b91ce) to head (38a5cc9).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...cat/purchases/paywalls/components/TabsComponent.kt 60.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2577      +/-   ##
==========================================
- Coverage   78.64%   78.63%   -0.01%     
==========================================
  Files         296      296              
  Lines       10888    10893       +5     
  Branches     1520     1520              
==========================================
+ Hits         8563     8566       +3     
- Misses       1663     1665       +2     
  Partials      662      662              

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

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

Comment on lines +28 to +29
@SerialName("tab_id")
val tabId: String,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joshdholtz Just checking, is it correct that this property will always exist in the response?

Comment on lines +99 to +100
@get:JvmSynthetic
val id: String,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joshdholtz Same question here, is it correct that this property will always exist in the response?

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

Successfully merging this pull request may close these issues.

2 participants