-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix deletion of HealthKit-connected apps #28
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #28 +/- ##
==========================================
- Coverage 85.66% 84.99% -0.67%
==========================================
Files 5 10 +5
Lines 251 333 +82
==========================================
+ Hits 215 283 +68
- Misses 36 50 +14
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for going the extra mile and adding the extensive testing setup 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the great addition and the extensive test that was added; amazing!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thank you for that fix!
fix deletion of HealthKit-connected apps
♻️ Current situation & Problem
Deleting an app that has saved data to HealthKit triggers an alert informing the user that the app's health data will remain in the HealthKit database, even when the app is deleted.
This alert is currently not dismissed when deleting an app, which can mess up subsequent queries/interactions/steps in a UITest.
⚙️ Release Notes
📚 Documentation
The documentation is unchanged, since this PR doesn't make any changes to the public interface of the package.
✅ Testing
There is a new test case that adds a heart rate sample to the health store, and then deletes the app.
Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: