heckj / CRDT

Conflict-free Replicated Data Types in Swift
https://swiftpackageindex.com/heckj/CRDT/main/documentation/crdt
MIT License
145 stars 3 forks source link

Causal Tree List #24

Closed heckj closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Base: 91.00% // Head: 91.36% // Increases project coverage by +0.35% :tada:

Coverage data is based on head (f186fd2) compared to base (7204167). Patch coverage: 92.68% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #24 +/- ## ========================================== + Coverage 91.00% 91.36% +0.35% ========================================== Files 16 19 +3 Lines 1390 1771 +381 ========================================== + Hits 1265 1618 +353 - Misses 125 153 +28 ``` | [Impacted Files](https://codecov.io/gh/heckj/CRDT/pull/24?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Heck) | Coverage Δ | | |---|---|---| | [Sources/CRDT/GCounter.swift](https://codecov.io/gh/heckj/CRDT/pull/24/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Heck#diff-U291cmNlcy9DUkRUL0dDb3VudGVyLnN3aWZ0) | `86.20% <ø> (ø)` | | | [Sources/CRDT/GSet.swift](https://codecov.io/gh/heckj/CRDT/pull/24/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Heck#diff-U291cmNlcy9DUkRUL0dTZXQuc3dpZnQ=) | `85.96% <ø> (ø)` | | | [Sources/CRDT/ORMap.swift](https://codecov.io/gh/heckj/CRDT/pull/24/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Heck#diff-U291cmNlcy9DUkRUL09STWFwLnN3aWZ0) | `67.32% <ø> (ø)` | | | [Sources/CRDT/ORSet.swift](https://codecov.io/gh/heckj/CRDT/pull/24/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Heck#diff-U291cmNlcy9DUkRUL09SU2V0LnN3aWZ0) | `79.62% <ø> (ø)` | | | [Sources/CRDT/PNCounter.swift](https://codecov.io/gh/heckj/CRDT/pull/24/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Heck#diff-U291cmNlcy9DUkRUL1BOQ291bnRlci5zd2lmdA==) | `86.66% <ø> (ø)` | | | [Sources/CRDT/List.swift](https://codecov.io/gh/heckj/CRDT/pull/24/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Heck#diff-U291cmNlcy9DUkRUL0xpc3Quc3dpZnQ=) | `87.50% <87.50%> (ø)` | | | [Tests/CRDTTests/ListTests.swift](https://codecov.io/gh/heckj/CRDT/pull/24/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Heck#diff-VGVzdHMvQ1JEVFRlc3RzL0xpc3RUZXN0cy5zd2lmdA==) | `97.72% <97.72%> (ø)` | | | [Sources/CRDT/ApproxSizeable.swift](https://codecov.io/gh/heckj/CRDT/pull/24/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Heck#diff-U291cmNlcy9DUkRUL0FwcHJveFNpemVhYmxlLnN3aWZ0) | `100.00% <100.00%> (ø)` | | | [Tests/CRDTTests/ORMapTests.swift](https://codecov.io/gh/heckj/CRDT/pull/24/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Heck#diff-VGVzdHMvQ1JEVFRlc3RzL09STWFwVGVzdHMuc3dpZnQ=) | `97.79% <100.00%> (ø)` | | | [Tests/CRDTTests/grokTests.swift](https://codecov.io/gh/heckj/CRDT/pull/24/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Heck#diff-VGVzdHMvQ1JEVFRlc3RzL2dyb2tUZXN0cy5zd2lmdA==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Heck). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Heck)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.