trotyl / ng-vdom

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

Patch only changed style for intrinsic elements #72

Closed trotyl closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #72 into master will increase coverage by 0.31%. The diff coverage is 72.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   89.84%   90.16%   +0.31%     
==========================================
  Files          19       19              
  Lines         532      539       +7     
  Branches       77       79       +2     
==========================================
+ Hits          478      486       +8     
+ Misses         30       28       -2     
- Partials       24       25       +1
Impacted Files Coverage Δ
projects/core/src/shared/lang.ts 100% <ø> (ø) :arrow_up:
projects/core/src/instructions/patch.ts 87.5% <0%> (-0.38%) :arrow_down:
projects/core/src/instructions/void.ts 100% <100%> (ø) :arrow_up:
projects/core/src/shared/node.ts 94.28% <100%> (ø) :arrow_up:
projects/core/src/shared/types.ts 100% <100%> (ø) :arrow_up:
projects/core/src/instructions/text.ts 100% <100%> (ø) :arrow_up:
projects/core/src/instructions/array.ts 59.45% <25%> (-1.07%) :arrow_down:
projects/core/src/instructions/render.ts 95.83% <50%> (-0.17%) :arrow_down:
projects/core/src/shared/track.ts 65.21% <50%> (ø) :arrow_up:
...rojects/core/src/instructions/angular-component.ts 94.31% <60%> (-0.07%) :arrow_down:
... and 2 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 4fad8bf...284c720. Read the comment docs.