Setting filter_request_headers on config.exs is currently working and is a nicer alternative to explicitly setting ExVCR.Config.filter_request_headers("X-My-Secret-Token") in the test files.
This PR adds the option to the default config.exs and to the README file.
Coverage increased (+0.2%) to 92.936% when pulling ee8c4e60379c0b09e49a711f9b49b719fad1dede on fribmendes:master into 5c07f3b951ec0fb549fddfae684e1f24164f0dfc on parroty:master.
Setting
filter_request_headers
onconfig.exs
is currently working and is a nicer alternative to explicitly settingExVCR.Config.filter_request_headers("X-My-Secret-Token")
in the test files.This PR adds the option to the default
config.exs
and to the README file.