Coverage using both SimpleCov and Coveralls
parent
8615c2bb05
commit
952e3f522b
|
|
@ -1,4 +1,9 @@
|
|||
require 'simplecov'
|
||||
require 'coveralls'
|
||||
|
||||
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
|
||||
SimpleCov::Formatter::HTMLFormatter,
|
||||
Coveralls::SimpleCov::Formatter
|
||||
]
|
||||
SimpleCov.start
|
||||
Coveralls.wear!
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue