trotyl / ng-vdom

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

test(core): add more unit tests #8

Closed trotyl closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #8 into master will increase coverage by 33.88%. The diff coverage is 89.28%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #8       +/-   ##
===========================================
+ Coverage   50.27%   84.15%   +33.88%     
===========================================
  Files          13       13               
  Lines         368      366        -2     
  Branches       61       56        -5     
===========================================
+ Hits          185      308      +123     
+ Misses        163       35      -128     
- Partials       20       23        +3
Impacted Files Coverage Δ
projects/ng-vdom/src/instructions/props.ts 45% <0%> (ø) :arrow_up:
projects/ng-vdom/src/instructions/mount.ts 91.8% <100%> (+34.45%) :arrow_up:
projects/ng-vdom/src/factory.ts 100% <100%> (ø) :arrow_up:
projects/ng-vdom/src/instructions/patch.ts 81.72% <100%> (+69.34%) :arrow_up:
projects/ng-vdom/src/shared/types.ts 93.93% <100%> (+31.43%) :arrow_up:
projects/ng-vdom/src/vdom-outlet.ts 94.33% <81.81%> (+34.76%) :arrow_up:
projects/ng-vdom/src/shared/context.ts 77.77% <0%> (+2.77%) :arrow_up:
projects/ng-vdom/src/shared/diff.ts 63.63% <0%> (+3.03%) :arrow_up:
... and 4 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 f4af8aa...0052688. Read the comment docs.