trailofbits / http-security

Parse HTTP Security Headers
MIT License
36 stars 12 forks source link

Add test coverage tracking #1

Closed dguido closed 9 years ago

dguido commented 9 years ago

Add the codeclimate-test-reporter gem to your Gemfile:

gem "codeclimate-test-reporter", group: :test, require: nil

Start the test reporter on the very first line of spec_helper.rb or test_helper.rb:

require "codeclimate-test-reporter"
CodeClimate::TestReporter.start
dguido commented 9 years ago

Done https://codeclimate.com/github/trailofbits/securityheaders