banditcpp / bandit

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

xunit: Report test execution time #135

Closed ghost closed 6 years ago

ghost commented 6 years ago

Fixes #69

codecov-io commented 6 years ago

Codecov Report

Merging #135 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
+ Coverage   98.62%   98.64%   +0.01%     
==========================================
  Files          34       34              
  Lines         943      956      +13     
  Branches       74        0      -74     
==========================================
+ Hits          930      943      +13     
  Misses         13       13
Impacted Files Coverage Δ
bandit/reporters/xunit.h 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 458e459...cab9d41. Read the comment docs.

sbeyer commented 6 years ago

Very cool, thanks!