zenika-open-source / immutadot

immutadot is a JavaScript library to deal with nested immutable structures.
https://immutadot.zenika.com
MIT License
178 stars 5 forks source link

Move parser into its own module #287

Closed nlepage closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #287 into dev will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff         @@
##            dev   #287   +/-   ##
===================================
  Coverage   100%   100%           
===================================
  Files        95     96    +1     
  Lines       276    279    +3     
===================================
+ Hits        276    279    +3
Impacted Files Coverage Δ
packages/immutadot/src/core/get.js 100% <ø> (ø) :arrow_up:
packages/immutadot/src/path/utils.js 100% <ø> (ø) :arrow_up:
packages/immutadot/src/path/apply.js 100% <ø> (ø) :arrow_up:
packages/immutadot-parser/src/consts.js 100% <ø> (ø)
packages/immutadot-parser/src/toPath.js 100% <ø> (ø)
packages/immutadot-parser/src/parser.utils.js 100% <ø> (ø)
packages/immutadot-parser/src/utils.js 100% <100%> (ø)

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 b71aa89...d59e5bf. Read the comment docs.