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

Delta #4

Closed heckj closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #4 (277cc20) into main (5ba7da9) will decrease coverage by 2.06%. The diff coverage is 96.07%.

@@             Coverage Diff             @@
##              main       #4      +/-   ##
===========================================
- Coverage   100.00%   97.93%   -2.07%     
===========================================
  Files            4        5       +1     
  Lines           57       97      +40     
===========================================
+ Hits            57       95      +38     
- Misses           0        2       +2     
Impacted Files Coverage Δ
Sources/CRDT/Replicable.swift 0.00% <0.00%> (ø)
Sources/CRDT/LWWRegister.swift 100.00% <100.00%> (ø)
Tests/CRDTTests/LWWRegisterTests.swift 100.00% <100.00%> (ø)

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