summaryrefslogtreecommitdiff
path: root/tasks/coverage.rake
blob: 217e5a94346e2077efa7d6edabdf4df33ab812b4 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true
desc 'Activates coverage'
task :coverage do
  ENV['COVERAGE'] = 'true'
end