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

approx sizing #8

Closed heckj closed 2 years ago

heckj commented 2 years ago

tapping in rough sizing numbers for later review

codecov-commenter commented 2 years ago

Codecov Report

Merging #8 (4d369d2) into main (feb0089) will decrease coverage by 0.81%. The diff coverage is 85.36%.

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

@@            Coverage Diff             @@
##             main       #8      +/-   ##
==========================================
- Coverage   94.51%   93.69%   -0.82%     
==========================================
  Files          11       11              
  Lines         419      460      +41     
==========================================
+ Hits          396      431      +35     
- Misses         23       29       +6     
Impacted Files Coverage Δ
Sources/CRDT/LWWRegister.swift 88.88% <0.00%> (-11.12%) :arrow_down:
Sources/CRDT/LamportTimestamp.swift 75.00% <0.00%> (-25.00%) :arrow_down:
Sources/CRDT/GCounter.swift 92.50% <100.00%> (+0.83%) :arrow_up:
Sources/CRDT/PNCounter.swift 94.82% <100.00%> (+0.38%) :arrow_up:
Sources/CRDT/WallclockTimestamp.swift 100.00% <100.00%> (ø)
Tests/CRDTTests/grokTests.swift 70.68% <100.00%> (+22.20%) :arrow_up:

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