summaryrefslogtreecommitdiff
path: root/spec/support/coverage.rb
blob: a54bf03380ca5d545ee24e876caf354b854e3e2e (plain)
1
2
3
4
5
6
7
8
if ENV['SIMPLECOV']
  require 'simplecov'
end

if ENV['COVERALLS']
  require 'coveralls'
  Coveralls.wear_merged!
end