Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full coverage #16

Merged
merged 3 commits into from
May 10, 2020
Merged

Full coverage #16

merged 3 commits into from
May 10, 2020

Conversation

joseph-roitman
Copy link
Owner

Adds coverage for every line in the plugin.

Fixes #15

@codecov-io
Copy link

codecov-io commented May 10, 2020

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%) ⬆️
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.

@joseph-roitman joseph-roitman merged commit dcfb0c7 into master May 10, 2020
@joseph-roitman joseph-roitman deleted the full-coverage branch May 10, 2020 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reliance on typing breaks 3.7
2 participants