Sha256: 1f67b1fcd466a006ff71e57ec2e815ec96c990d8d4794302a04de51cdfc8396a

Contents?: true

Size: 136 Bytes

Versions: 3

Compression:

Stored size: 136 Bytes

Contents

task :clear_metrics do |_t|
  ret =
    system('git checkout coverage/.last_run.json metrics/*_high_water_mark')
  raise unless ret
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
checkoff-0.1.2 lib/tasks/clear_metrics.rake
checkoff-0.1.1 lib/tasks/clear_metrics.rake
checkoff-0.1.0 lib/tasks/clear_metrics.rake