joseph-roitman / pytest-snapshot

A plugin for snapshot testing with pytest.
MIT License
117 stars 12 forks source link

Useful unsupported values errors #37

Closed joseph-roitman closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #37 (327f662) into master (33f208e) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   99.44%   99.48%   +0.03%     
==========================================
  Files           7        7              
  Lines         361      387      +26     
  Branches       39       41       +2     
==========================================
+ Hits          359      385      +26     
  Misses          2        2              
Impacted Files Coverage Δ
pytest_snapshot/plugin.py 100.00% <100.00%> (ø)
tests/test_assert_match.py 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 33f208e...327f662. Read the comment docs.