JosiahWitt / ensure

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

Pretty print expected and actual when not equal #36

Closed JosiahWitt closed 3 years ago

JosiahWitt commented 3 years ago

Closes #34

codecov-io commented 3 years ago

Codecov Report

Merging #36 (d00cf36) into master (b3ed38e) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage   99.09%   99.10%   +0.01%     
==========================================
  Files           5        5              
  Lines         330      337       +7     
==========================================
+ Hits          327      334       +7     
  Misses          2        2              
  Partials        1        1              
Impacted Files Coverage Δ
ensurepkg/chain.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 b3ed38e...d00cf36. Read the comment docs.