rollbear / trompeloeil

Header only C++14 mocking framework
Boost Software License 1.0
811 stars 86 forks source link

CMake install namespace #243

Closed offa closed 3 years ago

offa commented 3 years ago

Adds a namespace for the exported targets (#242).

codecov[bot] commented 3 years ago

Codecov Report

Merging #243 (6a97b1c) into main (894df3d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #243   +/-   ##
=======================================
  Coverage   97.74%   97.74%           
=======================================
  Files           1        1           
  Lines         887      887           
=======================================
  Hits          867      867           
  Misses         20       20           

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 894df3d...6a97b1c. Read the comment docs.

rollbear commented 3 years ago

Sometimes small changes makes big differences. Thanks!