joseph-roitman / pytest-snapshot

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

Remove Python 2 support. #26

Closed joseph-roitman closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #26 (8f70af8) into master (65d9238) will decrease coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   99.36%   99.33%   -0.03%     
==========================================
  Files           7        7              
  Lines         314      303      -11     
  Branches       34       33       -1     
==========================================
- Hits          312      301      -11     
  Misses          2        2              
Impacted Files Coverage Δ
pytest_snapshot/plugin.py 100.00% <100.00%> (ø)
tests/test_assert_match.py 100.00% <100.00%> (ø)
tests/test_assert_match_dir.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 65d9238...8f70af8. Read the comment docs.