Skip to content

Commit

Permalink
Fix name of formatter class
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Mar 19, 2017
1 parent 6058880 commit 7bdad5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .simplecov
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ unless ENV["NO_COVERAGE"]
require "scrutinizer/ocular"
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov::Formatter::HTMLFormatter,
Scrutinizer::Ocular::UploadFormatter
Scrutinizer::Ocular::UploadingFormatter
]
end
end

0 comments on commit 7bdad5a

Please sign in to comment.