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

New Task model using SwiftData and Schedule creation using Calendar Recurrence Rule #44

Merged
merged 53 commits into from
Oct 29, 2024

Only set flag on macOS

19139c5
Select commit
Loading
Failed to load commit list.
Merged

New Task model using SwiftData and Schedule creation using Calendar Recurrence Rule #44

Only set flag on macOS
19139c5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 29, 2024 in 0s

63.11% (+63.11%) compared to 896eb44

View this Pull Request on Codecov

63.11% (+63.11%) compared to 896eb44

Details

Codecov Report

Attention: Patch coverage is 62.63191% with 602 lines in your changes missing coverage. Please review.

Project coverage is 63.11%. Comparing base (896eb44) to head (19139c5).

Files with missing lines Patch % Lines
...s/SpeziSchedulerMacros/UserStorageEntryMacro.swift 0.00% 122 Missing ⚠️
Sources/SpeziSchedulerUI/EventScheduleList.swift 0.00% 113 Missing ⚠️
Sources/SpeziScheduler/Task/Task.swift 68.33% 51 Missing ⚠️
Sources/SpeziScheduler/Schedule/Schedule.swift 71.01% 49 Missing ⚠️
Sources/SpeziScheduler/Scheduler.swift 86.22% 39 Missing ⚠️
...es/SpeziScheduler/Schedule/Schedule+Duration.swift 52.31% 31 Missing ⚠️
Sources/SpeziScheduler/Task/Outcome.swift 20.52% 31 Missing ⚠️
.../SpeziScheduler/Task/AllowedCompletionPolicy.swift 46.67% 24 Missing ⚠️
Sources/SpeziSchedulerUI/InstructionsTile.swift 80.84% 23 Missing ⚠️
...rces/SpeziScheduler/UserInfo/UserInfoStorage.swift 64.41% 21 Missing ⚠️
... and 11 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           main      #44       +/-   ##
=========================================
+ Coverage      0   63.11%   +63.11%     
=========================================
  Files         0       24       +24     
  Lines         0     1648     +1648     
=========================================
+ Hits          0     1040     +1040     
- Misses        0      608      +608     
Files with missing lines Coverage Δ
...iScheduler/Task/Task+LocalizedStringResource.swift 100.00% <100.00%> (ø)
...SchedulerUI/Category/TaskCategoryAppearances.swift 100.00% <100.00%> (ø)
...rUI/Category/TaskCategoryAppearancesModifier.swift 100.00% <100.00%> (ø)
...es/SpeziSchedulerMacros/SpeziSchedulerMacros.swift 0.00% <0.00%> (ø)
...rces/SpeziScheduler/Schedule/Date+Extensions.swift 86.67% <86.67%> (ø)
Sources/SpeziScheduler/EventQuery.swift 96.43% <96.43%> (ø)
Sources/SpeziScheduler/UserInfo/UserInfoKey.swift 0.00% <0.00%> (ø)
Sources/SpeziScheduler/Schedule/Occurence.swift 61.91% <61.91%> (ø)
Sources/SpeziSchedulerUI/DefaultTileHeader.swift 89.34% <89.34%> (ø)
Sources/SpeziScheduler/Task/Task+Category.swift 33.34% <33.34%> (ø)
... and 14 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 896eb44...19139c5. Read the comment docs.