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

Documentation updates #12

Closed heckj closed 2 years ago

heckj commented 2 years ago

initial state:

   --- Experimental coverage output enabled. ---
                | Abstract        | Curated         | Code Listing
Types           | 80% (16/20)     | 55% (11/20)     | 0.0% (0/20)
Members         | 45% (36/80)     | 45% (36/80)     | 0.0% (0/80)
Globals         | 0.0% (0/31)     | 77% (24/31)     | 0.0% (0/31)
heckj commented 2 years ago

With curation in place:

   --- Experimental coverage output enabled. ---
                | Abstract        | Curated         | Code Listing
Types           | 84% (16/19)     | 95% (18/19)     | 0.0% (0/19)
Members         | 42% (34/80)     | 96% (77/80)     | 0.0% (0/80)
Globals         | 2.9% (1/34)     | 94% (32/34)     | 0.0% (0/34)
codecov-commenter commented 2 years ago

Codecov Report

Merging #12 (d3217e2) into main (2301318) will increase coverage by 4.98%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
+ Coverage   94.00%   98.98%   +4.98%     
==========================================
  Files          14       14              
  Lines         700      693       -7     
==========================================
+ Hits          658      686      +28     
+ Misses         42        7      -35     
Impacted Files Coverage Δ
Sources/CRDT/GCounter.swift 100.00% <100.00%> (ø)
Sources/CRDT/GSet.swift 100.00% <100.00%> (ø)
Sources/CRDT/LWWRegister.swift 87.87% <100.00%> (-0.70%) :arrow_down:
Sources/CRDT/ORSet.swift 99.05% <100.00%> (+16.98%) :arrow_up:
Sources/CRDT/PNCounter.swift 100.00% <100.00%> (ø)
Tests/CRDTTests/GCounterTests.swift 100.00% <100.00%> (ø)
Tests/CRDTTests/GSetTests.swift 100.00% <100.00%> (ø)
Tests/CRDTTests/LWWRegisterTests.swift 100.00% <100.00%> (ø)
Tests/CRDTTests/ORSetTests.swift 100.00% <100.00%> (ø)
Tests/CRDTTests/PNCounterTests.swift 100.00% <100.00%> (ø)
... and 6 more

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

heckj commented 2 years ago

After abstracts work:

   --- Experimental coverage output enabled. ---
                | Abstract        | Curated         | Code Listing
Types           | 100% (19/19)    | 95% (18/19)     | 0.0% (0/19)
Members         | 78% (62/80)     | 96% (77/80)     | 0.0% (0/80)
Globals         | 5.9% (2/34)     | 94% (32/34)     | 0.0% (0/34)