You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

cov.rake 158 B

2 years ago
1234567
  1. # frozen_string_literal: true
  2. desc 'Run all tests and collect code coverage'
  3. task :cov do
  4. ENV['SIMPLECOV'] = 'features'
  5. Rake::Task['default'].invoke
  6. end

No Description

Contributors (1)