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

Some APITester fixes #3444

Merged
merged 1 commit into from
Nov 22, 2023
Merged

Some APITester fixes #3444

merged 1 commit into from
Nov 22, 2023

Conversation

NachoSoto
Copy link
Contributor

Not sure why but sometimes Xcode gets in a state where it won't compile these without this.

@NachoSoto NachoSoto added the test Adding missing tests or correcting existing tests label Nov 17, 2023
@@ -8,7 +8,7 @@
import Foundation
import RevenueCat

func checkVerificationResultAPI(_ mode: EntitlementVerificationMode = .disabled,
func checkVerificationResultAPI(_ mode: Configuration.EntitlementVerificationMode = .disabled,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is technically the correct way. I don't understand why it compiles without it. CMD+clicking it finds the Obj-C symbol 🤔

@NachoSoto NachoSoto enabled auto-merge (squash) November 17, 2023 18:58
Copy link

codecov bot commented Nov 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (352cd97) 86.08% compared to head (143334e) 86.01%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3444      +/-   ##
==========================================
- Coverage   86.08%   86.01%   -0.07%     
==========================================
  Files         236      236              
  Lines       17202    17202              
==========================================
- Hits        14808    14796      -12     
- Misses       2394     2406      +12     

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

@NachoSoto NachoSoto requested a review from a team November 21, 2023 23:14
@NachoSoto NachoSoto merged commit a71cfe0 into main Nov 22, 2023
22 checks passed
@NachoSoto NachoSoto deleted the fix-api-testers branch November 22, 2023 09:37
tonidero pushed a commit that referenced this pull request Nov 30, 2023
**This is an automatic release.**

### RevenueCatUI
* Paywalls: Fix navigation with close button in UIKit (#3466) via Andy
Boedo (@aboedo)
* `Paywalls`: `watchOS` support (#3291) via NachoSoto (@NachoSoto)
### Dependency Updates
* Bump cocoapods from 1.14.2 to 1.14.3 (#3464) via dependabot[bot]
(@dependabot[bot])
* Bump fastlane from 2.216.0 to 2.217.0 (#3415) via dependabot[bot]
(@dependabot[bot])
* Bump danger from 9.3.2 to 9.4.0 (#3414) via dependabot[bot]
(@dependabot[bot])
### Other Changes
* Some `APITester` fixes (#3444) via NachoSoto (@NachoSoto)
* `HTTPClient`: test all request headers (#3425) via NachoSoto
(@NachoSoto)
* `CircleCI`: fix snapshot generation for iOS 14 (#3431) via NachoSoto
(@NachoSoto)
* Remove `MockStoreMessagesHelper` from SDK (#3417) via NachoSoto
(@NachoSoto)
* Enable explicit_init lint rule and fix issues (#3418) via Mark
Villacampa (@MarkVillacampa)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Adding missing tests or correcting existing tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants