rawmodel / framework

Strongly-typed JavaScript object with support for validation and error handling.
https://rawmodel.github.io/framework/
MIT License
143 stars 16 forks source link

Optimize processing #46

Closed xpepermint closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #46 into master will decrease coverage by 0.7%. The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
- Coverage   91.08%   90.38%   -0.71%     
==========================================
  Files          61       61              
  Lines         864      853      -11     
  Branches      178      174       -4     
==========================================
- Hits          787      771      -16     
- Misses         37       38       +1     
- Partials       40       44       +4
Impacted Files Coverage Δ
packages/rawmodel-utils/src/helpers/to-array.ts 100% <ø> (ø) :arrow_up:
packages/rawmodel-utils/src/helpers/normalize.ts 85.71% <ø> (ø) :arrow_up:
packages/rawmodel-utils/src/helpers/to-boolean.ts 100% <ø> (ø) :arrow_up:
packages/rawmodel-utils/src/helpers/to-integer.ts 89.47% <0%> (ø) :arrow_up:
packages/rawmodel-utils/src/helpers/to-date.ts 100% <100%> (ø) :arrow_up:
packages/rawmodel-utils/src/helpers/to-string.ts 100% <100%> (ø) :arrow_up:
packages/rawmodel-utils/src/helpers/to-float.ts 100% <100%> (ø) :arrow_up:
packages/rawmodel-core/src/core/models.ts 91.85% <100%> (+0.06%) :arrow_up:
packages/rawmodel-core/src/core/props.ts 89.78% <100%> (-3.84%) :arrow_down:
... and 2 more