nealrichardson / httptest

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

Fixes #32. Treat mock file name as literal in matching #33

Closed natbprice closed 4 years ago

natbprice commented 4 years ago

Fixes issue #32 . Added \\Q and \\E to regex to not interpret filename of mock file as regex.

codecov-commenter commented 4 years ago

Codecov Report

Merging #33 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #33   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines          430       430           
=========================================
  Hits           430       430           
Impacted Files Coverage Δ
R/mock-api.R 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 611fa7a...02ac26d. Read the comment docs.