summaryrefslogtreecommitdiff
path: root/tasks/coverage.rake
blob: dba8143f249cd6451210d2b5196d9b4dcad75519 (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true

desc 'Activates coverage'
task :coverage do
  ENV['COVERAGE'] = 'true'
end