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

:sparkles: Add step to slice notation #337

Closed nlepage closed 5 years ago

nlepage commented 5 years ago

Issue : fix #295

codecov-io commented 5 years ago

Codecov Report

Merging #337 into master will increase coverage by 0.1%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #337     +/-   ##
=========================================
+ Coverage   97.32%   97.42%   +0.1%     
=========================================
  Files         110      111      +1     
  Lines         411      427     +16     
  Branches       11       12      +1     
=========================================
+ Hits          400      416     +16     
  Misses         11       11
Impacted Files Coverage Δ
packages/immutadot-parser/src/pathParser.ts 100% <100%> (ø) :arrow_up:
packages/immutadot-parser/src/sliceStep.ts 100% <100%> (ø)
packages/immutadot-parser/src/path.ts 100% <100%> (ø) :arrow_up:
packages/immutadot/src/nav/sliceNav.js 97.14% <100%> (+0.98%) :arrow_up:
packages/immutadot-parser/src/sliceBound.ts 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 70b808a...b130a24. Read the comment docs.