trotyl / ng-vdom

(Developer Preview) A virtual-DOM extension for Angular, also work as React bridge.
260 stars 12 forks source link

refactor(core): several renames #16

Closed trotyl closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #16 into master will decrease coverage by 0.06%. The diff coverage is 86.66%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #16      +/-   ##
=========================================
- Coverage   85.67%   85.6%   -0.07%     
=========================================
  Files          13      14       +1     
  Lines         391     403      +12     
  Branches       63      69       +6     
=========================================
+ Hits          335     345      +10     
- Misses         31      34       +3     
+ Partials       25      24       -1
Impacted Files Coverage Δ
projects/core/src/instructions/render.ts 100% <ø> (ø)
projects/core/src/shared/track.ts 77.77% <ø> (ø)
projects/core/src/shared/node.ts 93.54% <100%> (+3.22%) :arrow_up:
projects/core/src/instructions/mount.ts 96.96% <100%> (+3.21%) :arrow_up:
projects/core/src/shared/context.ts 73.77% <100%> (+4.53%) :arrow_up:
projects/core/src/instructions/register.ts 72.72% <40%> (+6.06%) :arrow_up:
projects/core/src/shared/lang.ts 94.11% <50%> (-5.89%) :arrow_down:
projects/core/src/instructions/diff.ts 68.75% <68.75%> (ø)
projects/core/src/instructions/property.ts 81.81% <77.77%> (-5.99%) :arrow_down:
projects/core/src/instructions/patch.ts 85.71% <85.29%> (-4.06%) :arrow_down:
... and 3 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 0978423...13b58a6. Read the comment docs.