JosiahWitt / ensure

A balanced test framework for Go
MIT License
8 stars 0 forks source link

Prevent ensure(...) calls missing chained assertions #16

Closed JosiahWitt closed 3 years ago

JosiahWitt commented 3 years ago

Closes #11

Breaking changes:

codecov-io commented 3 years ago

Codecov Report

Merging #16 (f80ae47) into master (bb2d171) will decrease coverage by 0.42%. The diff coverage is 94.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
- Coverage   98.62%   98.19%   -0.43%     
==========================================
  Files           5        5              
  Lines         145      166      +21     
==========================================
+ Hits          143      163      +20     
- Misses          1        2       +1     
  Partials        1        1              
Impacted Files Coverage Δ
ensure.go 100.00% <ø> (ø)
ensurepkg/ensurepkg.go 88.00% <88.23%> (+1.33%) :arrow_up:
ensurepkg/chain.go 100.00% <100.00%> (ø)
ensurepkg/run.go 100.00% <100.00%> (ø)
ensurepkg/run_table.go 100.00% <100.00%> (ø)

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 bb2d171...f80ae47. Read the comment docs.