Skip to content

Commit

Permalink
Add codeclimate reporting fix provided by @jonathancadepowers
Browse files Browse the repository at this point in the history
  • Loading branch information
excpt committed Jan 3, 2015
1 parent 7eef40e commit 8088bb1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
SimpleCov.configure do
root File.join(File.dirname(__FILE__), '..')
project_name 'Ruby JWT - Ruby JSON Web Token implementation'
formatter SimpleCov::Formatter::HTMLFormatter
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
CodeClimate::TestReporter::Formatter,
SimpleCov::Formatter::HTMLFormatter
]

add_filter 'spec'
end
Expand Down

0 comments on commit 8088bb1

Please sign in to comment.