kiwicom / pytest-recording

A pytest plugin that allows recording network interactions via VCR.py
MIT License
425 stars 34 forks source link

Add type annotations to the plugin's internals #57

Closed Stranger6667 closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #57 into master will increase coverage by 2.13%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #57      +/-   ##
===========================================
+ Coverage   97.86%   100.00%   +2.13%     
===========================================
  Files           6         6              
  Lines         234       250      +16     
  Branches       32        32              
===========================================
+ Hits          229       250      +21     
+ Misses          4         0       -4     
+ Partials        1         0       -1     
Flag Coverage Δ
#unittests 100.00% <100.00%> (+2.13%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/pytest_recording/_vcr.py 100.00% <100.00%> (ø)
src/pytest_recording/hooks.py 100.00% <100.00%> (ø)
src/pytest_recording/network.py 100.00% <100.00%> (+4.95%) :arrow_up:
src/pytest_recording/plugin.py 100.00% <100.00%> (ø)
src/pytest_recording/utils.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 cc42818...ac8029d. Read the comment docs.