JosiahWitt / ensure

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

Add MatchesAllErrors chainer #43

Closed JosiahWitt closed 3 years ago

JosiahWitt commented 3 years ago

Closes #40

codecov-commenter commented 3 years ago

Codecov Report

Merging #43 (93a6bd4) into master (85dbc0c) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   99.26%   99.31%   +0.04%     
==========================================
  Files           5        6       +1     
  Lines         410      439      +29     
==========================================
+ Hits          407      436      +29     
  Misses          2        2              
  Partials        1        1              
Impacted Files Coverage Δ
ensurepkg/chain.go 100.00% <ø> (ø)
ensurepkg/chain_error.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 85dbc0c...93a6bd4. Read the comment docs.