banditcpp / bandit

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

Throw error when context-specific commands are used without context #124

Closed sbeyer closed 6 years ago

sbeyer commented 6 years ago

Resolves #123

codecov-io commented 6 years ago

Codecov Report

Merging #124 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #124      +/-   ##
==========================================
+ Coverage    96.1%   96.13%   +0.02%     
==========================================
  Files          35       35              
  Lines         925      932       +7     
  Branches       73       73              
==========================================
+ Hits          889      896       +7     
  Misses         36       36
Impacted Files Coverage Δ
bandit/context.h 100% <100%> (ø) :arrow_up:
bandit/grammar.h 98.73% <100%> (+0.1%) :arrow_up:
bandit/test_run_error.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 7f5bf22...6841268. Read the comment docs.