trotyl / ng-vdom

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

feat(core): add support for mounting angular component #19

Closed trotyl closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #19 into master will increase coverage by 1.84%. The diff coverage is 95.16%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   81.29%   83.14%   +1.84%     
==========================================
  Files          15       15              
  Lines         401      433      +32     
  Branches       65       68       +3     
==========================================
+ Hits          326      360      +34     
+ Misses         55       54       -1     
+ Partials       20       19       -1
Impacted Files Coverage Δ
projects/core/src/instructions/unmount.ts 100% <100%> (ø) :arrow_up:
projects/core/src/shared/node.ts 93.93% <100%> (+0.39%) :arrow_up:
projects/core/src/shared/factory.ts 100% <100%> (ø) :arrow_up:
projects/core/src/shared/lang.ts 95.83% <100%> (+1.71%) :arrow_up:
projects/core/src/instructions/patch.ts 71.42% <100%> (ø) :arrow_up:
projects/core/src/instructions/mount.ts 96.2% <100%> (+0.89%) :arrow_up:
projects/core/src/shared/context.ts 78.78% <88.88%> (+5.01%) :arrow_up:

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 0ffbcd4...1e1e706. Read the comment docs.