Sha256: 2a9ca18c0ce99d372cc51f5d629af56e81037b5b1a5d16df607400b29a68edb5
Contents?: true
Size: 166 Bytes
Versions: 2
Compression:
Stored size: 166 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
checkoff-0.1.4 | lib/tasks/clear_metrics.rake |
checkoff-0.1.3 | lib/tasks/clear_metrics.rake |