Remove coveralls integration
Does break to often on CI, does not make any sense ot have that noise in the logs all the time. mutcov.io to the rescue ;)
This commit is contained in:
parent
61b06e86d1
commit
70796d176c
1 changed files with 0 additions and 2 deletions
|
@ -2,11 +2,9 @@
|
||||||
|
|
||||||
if ENV['COVERAGE'] == 'true'
|
if ENV['COVERAGE'] == 'true'
|
||||||
require 'simplecov'
|
require 'simplecov'
|
||||||
require 'coveralls'
|
|
||||||
|
|
||||||
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
|
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
|
||||||
SimpleCov::Formatter::HTMLFormatter,
|
SimpleCov::Formatter::HTMLFormatter,
|
||||||
Coveralls::SimpleCov::Formatter
|
|
||||||
]
|
]
|
||||||
|
|
||||||
SimpleCov.start do
|
SimpleCov.start do
|
||||||
|
|
Loading…
Reference in a new issue