kiwicom / pytest-recording

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

Fix JSON serialization #11

Closed Stranger6667 closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #11 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #11   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines         168    175    +7     
  Branches       20     21    +1     
=====================================
+ Hits          168    175    +7
Impacted Files Coverage Δ
src/pytest_recording/_vcr.py 100% <100%> (ø) :arrow_up:

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 bbc5a87...7891e0e. Read the comment docs.