Sha256: 8abf30d83558979e1cb2fa914f306f394650bb064821d92e3d0bd64569e6684d

Contents?: true

Size: 167 Bytes

Versions: 8

Compression:

Stored size: 167 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
pronto-punchlist-0.1.1 rakelib/clear_metrics.rake
pronto-punchlist-0.1.0 rakelib/clear_metrics.rake
checkoff-0.3.1 lib/tasks/clear_metrics.rake
checkoff-0.3.0 lib/tasks/clear_metrics.rake
checkoff-0.2.0 lib/tasks/clear_metrics.rake
checkoff-0.1.7 lib/tasks/clear_metrics.rake
checkoff-0.1.6 lib/tasks/clear_metrics.rake
checkoff-0.1.5 lib/tasks/clear_metrics.rake