Welcome to mirror list, hosted at ThFree Co, Russian Federation.

coverage.rb « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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