banditcpp / bandit

Human-friendly unit testing for C++11
https://banditcpp.github.io/bandit/
Other
259 stars 37 forks source link

Allow multiple go_bandit()s and thus unity builds #130

Closed sbeyer closed 6 years ago

sbeyer commented 6 years ago

Unity builds (as provided by cotire's "all_unity" target) save about 50% of the compilation/linking time and allow better optimization.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #130   +/-   ##
=======================================
  Coverage   98.61%   98.61%           
=======================================
  Files          34       34           
  Lines         940      940           
  Branches       74       74           
=======================================
  Hits          927      927           
  Misses         13       13
Impacted Files Coverage Δ
bandit/registration/registrar.h 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 c1300c0...976c926. Read the comment docs.