wwt / SwiftCurrent

A library for managing complex workflows in Swift
https://wwt.github.io/SwiftCurrent/
Apache License 2.0
307 stars 19 forks source link

Adds the ability to drive workflows from data #193

Closed Tyler-Keith-Thompson closed 2 years ago

Tyler-Keith-Thompson commented 2 years ago

Linked Issue:

Checklist:

codecov-commenter commented 2 years ago

Codecov Report

Merging #193 (554fe57) into main (40432d4) will decrease coverage by 0.35%. The diff coverage is 86.31%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #193      +/-   ##
==========================================
- Coverage   90.97%   90.61%   -0.36%     
==========================================
  Files         102      110       +8     
  Lines        2538     2718     +180     
==========================================
+ Hits         2309     2463     +154     
- Misses        229      255      +26     
Impacted Files Coverage Δ
...SwiftCurrent/Extensions/CollectionExtensions.swift 100.00% <ø> (ø)
...wiftCurrent/Models/FlowRepresentableMetadata.swift 100.00% <ø> (ø)
...urrent_UIKit/Extensions/LaunchStyleAdditions.swift 100.00% <ø> (ø)
...ftCurrent_SwiftUI/TypeErased/AnyWorkflowItem.swift 59.25% <59.25%> (ø)
...tUI/Models/ExtendedFlowRepresentableMetadata.swift 60.00% <60.00%> (ø)
Sources/SwiftCurrent_Testing/TestRegistry.swift 66.66% <66.66%> (ø)
Sources/SwiftCurrent/TypeErased/AnyWorkflow.swift 82.60% <83.33%> (+0.15%) :arrow_up:
...iftUI/Extensions/WorkflowDecodableExtensions.swift 92.30% <92.30%> (ø)
...rces/SwiftCurrent_SwiftUI/Views/WorkflowItem.swift 98.86% <92.30%> (-1.14%) :arrow_down:
...Extensions/WorkflowDecodableExtensions_UIKit.swift 93.33% <93.33%> (ø)
... and 5 more

Continue to review full report at Codecov.

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

morganzellers commented 2 years ago

Gonna leave this for a few hours and merge around noon - Looks great!