kiwicom / pytest-recording

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

WIP: Update CI #27

Closed svtkachenko closed 4 years ago

svtkachenko commented 4 years ago

Closes #15

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #27   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         222    222           
  Branches       32     32           
=====================================
  Hits          222    222
Flag Coverage Δ
#unittests 97.65% <100%> (?)
Impacted Files Coverage Δ
src/pytest_recording/network.py 100% <100%> (ø) :arrow_up:
src/pytest_recording/plugin.py 100% <0%> (ø) :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 2ed24f8...1acaa97. Read the comment docs.