boost-ext / te

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

Concepts auto #6

Closed kris-jusiak closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #6 into master will increase coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage   99.27%   99.32%   +0.05%     
==========================================
  Files          14       14              
  Lines         411      443      +32     
==========================================
+ Hits          408      440      +32     
  Misses          3        3
Impacted Files Coverage Δ
example/macro.cpp 100% <ø> (ø) :arrow_up:
include/te.hpp 100% <100%> (ø) :arrow_up:
example/concepts.cpp 100% <100%> (ø) :arrow_up:
test/te.cpp 100% <100%> (ø) :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 c032b98...478a98c. Read the comment docs.