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

Replace convert by new apply #319

Closed nlepage closed 5 years ago

nlepage commented 5 years ago

Issue : fix #304

codecov-io commented 5 years ago

Codecov Report

Merging #319 into feature/305 will increase coverage by 0.37%. The diff coverage is 98.38%.

Impacted file tree graph

@@               Coverage Diff               @@
##           feature/305     #319      +/-   ##
===============================================
+ Coverage        96.68%   97.05%   +0.37%     
===============================================
  Files              108      104       -4     
  Lines              452      374      -78     
===============================================
- Hits               437      363      -74     
+ Misses              15       11       -4
Impacted Files Coverage Δ
...kages/immutadot-lodash/src/util/lodashFpConvert.js 100% <ø> (ø) :arrow_up:
packages/immutadot/src/nav/nav.js 87.5% <ø> (ø) :arrow_up:
packages/immutadot-lodash/src/array/take.js 100% <100%> (ø) :arrow_up:
...ackages/immutadot-lodash/src/collection/orderBy.js 100% <100%> (ø) :arrow_up:
packages/immutadot/src/string/padStart.js 100% <100%> (ø) :arrow_up:
packages/immutadot/src/array/reverse.js 100% <100%> (ø) :arrow_up:
packages/immutadot/src/string/toLowerCase.js 100% <100%> (ø) :arrow_up:
packages/immutadot/src/nav/propNav.js 100% <100%> (ø) :arrow_up:
packages/immutadot/src/string/trim.js 100% <100%> (ø) :arrow_up:
packages/immutadot/src/nav/finalNav.js 100% <100%> (ø) :arrow_up:
... and 90 more

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 bbcb9ea...34b7f72. Read the comment docs.