heckj / CRDT

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

String convertible #17

Closed heckj closed 2 years ago

heckj commented 2 years ago

adds string convertible to timestamps

part of #15

codecov-commenter commented 2 years ago

Codecov Report

Merging #17 (4f9064f) into main (6a7bea3) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
+ Coverage   98.67%   98.68%   +0.01%     
==========================================
  Files          14       14              
  Lines         752      760       +8     
==========================================
+ Hits          742      750       +8     
  Misses         10       10              
Impacted Files Coverage Δ
Sources/CRDT/LamportTimestamp.swift 100.00% <100.00%> (ø)
Sources/CRDT/ORSet.swift 98.34% <100.00%> (ø)
Sources/CRDT/WallclockTimestamp.swift 84.61% <100.00%> (+6.83%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.