joseph-roitman / pytest-snapshot

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

Hide internal traceback #55

Closed joseph-roitman closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #55 (5428bff) into master (dcac6e2) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #55   +/-   ##
=======================================
  Coverage   99.58%   99.58%           
=======================================
  Files           8        8           
  Lines         482      485    +3     
  Branches       58       58           
=======================================
+ Hits          480      483    +3     
  Misses          2        2           
Impacted Files Coverage Δ
tests/test_assert_match.py 100.00% <ø> (ø)
tests/test_assert_match_dir.py 100.00% <ø> (ø)
pytest_snapshot/plugin.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 dcac6e2...5428bff. Read the comment docs.