athena-crdt / athena-core

Core conflict free replicated JSON implementation for Athena
https://athena-crdt.github.io
Apache License 2.0
3 stars 1 forks source link

feat(operation): Introducing operation entity and thread safe operation queue. #16

Open bisakhmondal opened 3 years ago

bisakhmondal commented 3 years ago

Features

TODO: tests

issue: #10

codecov-commenter commented 3 years ago

Codecov Report

Merging #16 (14871c3) into main (ae6941f) will decrease coverage by 3.10%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
- Coverage   76.16%   73.05%   -3.11%     
==========================================
  Files           6        6              
  Lines         193      193              
==========================================
- Hits          147      141       -6     
- Misses         39       45       +6     
  Partials        7        7              
Impacted Files Coverage Δ
operations/lamport/clock.go 73.91% <33.33%> (-26.09%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ae6941f...14871c3. Read the comment docs.