joseph-roitman / pytest-snapshot

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

Full coverage #16

Closed joseph-roitman closed 4 years ago

joseph-roitman commented 4 years ago

Adds coverage for every line in the plugin.

Fixes #15

codecov-io commented 4 years ago

Codecov Report

Merging #16 into master will increase coverage by 4.75%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
+ Coverage   94.61%   99.36%   +4.75%     
==========================================
  Files           7        7              
  Lines         297      314      +17     
  Branches       36       34       -2     
==========================================
+ Hits          281      312      +31     
+ Misses         11        2       -9     
+ Partials        5        0       -5     
Impacted Files Coverage Δ
pytest_snapshot/plugin.py 100.00% <ø> (+9.27%) :arrow_up:
tests/test_assert_match.py 100.00% <100.00%> (ø)
tests/test_misc.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 bd9173d...a6b3764. Read the comment docs.