-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Add methods to computeProgress for median and average #17
Conversation
…', 'medianOutcomeValues', and 'streak' from the CareTaskProgressStrategy file. feat: Add 'Mocking' folder with 'OCKEvent' file Created a new folder named 'Mocking' and added the 'OCKEvent' file. This allows users to utilize 'OCKAnyEvent' for creating test cases. docs: Add documentation for task progress computation strategy
Tests/CareKitEssentialsTests/CareTaskProgressStrategyTests.swift
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17 +/- ##
========================================
- Coverage 8.20% 7.59% -0.61%
========================================
Files 35 35
Lines 1329 1303 -26
========================================
- Hits 109 99 -10
+ Misses 1220 1204 -16 ☔ View full report in Codecov by Sentry. |
Tests/CareKitEssentialsTests/CareTaskProgressStrategyTests.swift
Outdated
Show resolved
Hide resolved
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.
The other files look okay
Conflicts: Sources/CareKitEssentials/Extensions/CareTaskProgressStrategy.swift
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.
LGTM!
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.
Looks good
No description provided.