trotyl / ng-vdom

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

refactor(core): split files #9

Closed trotyl closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #9 into master will increase coverage by 1.4%. The diff coverage is 92.15%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master       #9     +/-   ##
=========================================
+ Coverage   84.15%   85.55%   +1.4%     
=========================================
  Files          13       14      +1     
  Lines         366      367      +1     
  Branches       56       56             
=========================================
+ Hits          308      314      +6     
+ Misses         35       29      -6     
- Partials       23       24      +1
Impacted Files Coverage Δ
projects/ng-vdom/src/instructions/unmount.ts 100% <ø> (ø) :arrow_up:
projects/ng-vdom/src/shared/component.ts 100% <100%> (ø)
projects/ng-vdom/src/instructions/mount.ts 91.66% <100%> (-0.14%) :arrow_down:
projects/ng-vdom/src/instructions/registry.ts 100% <100%> (ø) :arrow_up:
projects/ng-vdom/src/factory.ts 100% <100%> (ø) :arrow_up:
projects/ng-vdom/src/shared/diff.ts 78.78% <100%> (+15.15%) :arrow_up:
projects/ng-vdom/src/shared/lang.ts 100% <100%> (ø) :arrow_up:
projects/ng-vdom/src/instructions/patch.ts 81.72% <66.66%> (ø) :arrow_up:
projects/ng-vdom/src/vdom-outlet.ts 94.44% <66.66%> (+0.1%) :arrow_up:
projects/ng-vdom/src/shared/node.ts 88.88% <88.88%> (ø)
... 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 ba879ea...d9c316a. Read the comment docs.