nealrichardson / httptest

A Test Environment for HTTP Requests in R
https://enpiar.com/r/httptest/
Other
79 stars 10 forks source link

Support mocking upload_file() #25

Closed jonkeane closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #25   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          17     17           
  Lines         446    436   -10     
=====================================
- Hits          446    436   -10
Impacted Files Coverage Δ
R/trace.R 100% <100%> (ø) :arrow_up:
R/capture-requests.R 100% <0%> (ø) :arrow_up:
R/expect-header.R 100% <0%> (ø) :arrow_up:
R/expect-request.R 100% <0%> (ø) :arrow_up:
R/mock-api.R 100% <0%> (ø) :arrow_up:
R/fake-http.R 100% <0%> (ø) :arrow_up:
R/redact.R 100% <0%> (ø) :arrow_up:
R/vignette.R 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 9531c80...db8aacf. Read the comment docs.

jonkeane commented 5 years ago

Fixed the few notes, and added to NEWS