codeclimate / ruby-test-reporter

DEPRECATED Uploads Ruby test coverage data to Code Climate

Home Page:https://codeclimate.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebMock.disable_net_connect!(:allow => "codeclimate.com") does not work for me.

georgeu2000 opened this issue · comments

I'm not sure if it is because Code Climate is doing a POST, but this does not work for me.

WebMock.allow_net_connect! does work.

webmock (1.20.4)

Nevermind, it works.