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: JSON tree typedefs & interface implementation with deepcopy #11

Closed bisakhmondal closed 3 years ago

bisakhmondal commented 3 years ago

TODO:

Related Issue: #10

codecov-commenter commented 3 years ago

Codecov Report

Merging #11 (de342d1) into main (c9aecb3) will decrease coverage by 61.98%. The diff coverage is 31.81%.

Impacted file tree graph

@@             Coverage Diff              @@
##              main      #11       +/-   ##
============================================
- Coverage   100.00%   38.01%   -61.99%     
============================================
  Files            1        6        +5     
  Lines           11      121      +110     
============================================
+ Hits            11       46       +35     
- Misses           0       74       +74     
- Partials         0        1        +1     
Impacted Files Coverage Δ
operations/defs/list_node.go 0.00% <0.00%> (ø)
operations/defs/json_node.go 20.93% <20.93%> (ø)
operations/defs/map_node.go 25.00% <25.00%> (ø)
operations/defs/register_node.go 54.54% <54.54%> (ø)
operations/defs/deepcopy_util.go 60.00% <60.00%> (ø)

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 c9aecb3...de342d1. Read the comment docs.