OpenSwiftUIProject / OpenSwiftUI

[WIP] Open source implementation of Apple's SwiftUI.
https://swiftpackageindex.com/OpenSwiftUIProject/OpenSwiftUI/main/documentation/openswiftui
MIT License
912 stars 27 forks source link

Add State implementation #75

Closed Kyle-Ye closed 4 months ago

Kyle-Ye commented 4 months ago

Close #71

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 1.39860% with 141 lines in your changes are missing coverage. Please review.

Project coverage is 12.86%. Comparing base (3f405bf) to head (4f1282e).

:exclamation: Current head 4f1282e differs from pull request most recent head d74f2fd. Consider uploading reports for the commit d74f2fd to get more accurate results

Files Patch % Lines
.../OpenSwiftUI/Data/Model/State/StoredLocation.swift 0.00% 85 Missing :warning:
Sources/OpenSwiftUI/Data/Model/State/State.swift 0.00% 26 Missing :warning:
...ces/OpenSwiftUI/View/Transaction/Transaction.swift 0.00% 10 Missing :warning:
.../OpenSwiftUI/Core/Data/Property/PropertyList.swift 0.00% 9 Missing :warning:
Sources/OpenSwiftUI/Core/Util/ThreadUtils.swift 0.00% 9 Missing :warning:
...s/OpenSwiftUI/Core/Data/Location/AnyLocation.swift 0.00% 1 Missing :warning:
...urces/OpenSwiftUI/Data/Model/Binding/Binding.swift 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #75 +/- ## ========================================== - Coverage 13.21% 12.86% -0.36% ========================================== Files 185 187 +2 Lines 4374 4494 +120 ========================================== Hits 578 578 - Misses 3796 3916 +120 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.