boost-ext / te

C++17 Run-time Polymorphism (Type Erasure) library
463 stars 39 forks source link

:new: :art: Boostify #11

Closed kris-jusiak closed 6 years ago

kris-jusiak commented 6 years ago

Problem:

Solution:

codecov[bot] commented 6 years ago

Codecov Report

Merging #11 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #11   +/-   ##
=======================================
  Coverage   99.33%   99.33%           
=======================================
  Files          15       15           
  Lines         452      452           
=======================================
  Hits          449      449           
  Misses          3        3
Impacted Files Coverage Δ
example/forward.cpp 100% <ø> (ø) :arrow_up:
example/drawable.cpp 100% <ø> (ø) :arrow_up:
example/combined.cpp 100% <ø> (ø) :arrow_up:
include/boost/te.hpp 100% <ø> (ø)
example/injection.cpp 100% <ø> (ø) :arrow_up:
example/storage.cpp 100% <ø> (ø) :arrow_up:
example/override.cpp 100% <ø> (ø) :arrow_up:
example/container.cpp 100% <ø> (ø) :arrow_up:
example/overload.cpp 100% <ø> (ø) :arrow_up:
example/macro.cpp 100% <ø> (ø) :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 8d5428f...ca80a44. Read the comment docs.