-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Reusable Weight Scale Service, UI Tests #13
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #13 +/- ##
===========================================
+ Coverage 52.68% 78.33% +25.65%
===========================================
Files 32 29 -3
Lines 1158 1144 -14
===========================================
+ Hits 610 896 +286
+ Misses 548 248 -300
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
* Added new Invitation Code Module and support to automatically inject test account. * Resolved some Todos * Fully implement weight scale UI tests.
dc6d9cb
to
45092bd
Compare
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 all the improvements, looks great!
Reusable Weight Scale Service, UI Tests
♻️ Current situation & Problem
This PR migrates to the reusable WeightScaleService implementation provided by SpeziBluetooth (see StanfordSpezi/SpeziBluetooth#27). Further, it adds testing to verify the functionality of adding new weight measurements for a registered user. This required to add functionality to automatically set up a test environment via a feature flag to inject an existing user. The new
InvitationCodeModule
centrally manages invitation codes and setting up the test environment.⚙️ Release Notes
📚 Documentation
--
✅ Testing
--
Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: