trotyl / ng-vdom

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

feat(core): support patching angular component and add output handling #22

Closed trotyl closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #22 into master will increase coverage by 0.56%. The diff coverage is 91.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   86.85%   87.42%   +0.56%     
==========================================
  Files          18       18              
  Lines         426      485      +59     
  Branches       65       74       +9     
==========================================
+ Hits          370      424      +54     
  Misses         42       42              
- Partials       14       19       +5
Impacted Files Coverage Δ
projects/core/src/instructions/unmount.ts 94.73% <100%> (-0.27%) :arrow_down:
projects/core/src/shared/lang.ts 100% <100%> (+4.16%) :arrow_up:
projects/core/src/shared/types.ts 100% <100%> (ø) :arrow_up:
projects/core/src/instructions/patch.ts 93.33% <66.66%> (+0.74%) :arrow_up:
projects/core/src/instructions/util.ts 89.47% <83.33%> (-10.53%) :arrow_down:
projects/core/src/instructions/native.ts 64.22% <85.71%> (-1.87%) :arrow_down:
...rojects/core/src/instructions/angular-component.ts 94.52% <93.1%> (-5.48%) :arrow_down:

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 7a5fa4b...b9e60db. Read the comment docs.