Sha256: 505d5ea507024eebc9618be50e32d347e0911475190358750ce1e2fc98e0a804

Contents?: true

Size: 182 Bytes

Versions: 7

Compression:

Stored size: 182 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

require "cocov/plugin_kit"

if ARGV.empty?
  puts "Usage: cocov FILE"
  exit 1
end

require Pathname.new(Dir.pwd).join(ARGV.shift)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cocov_plugin_kit-0.1.6 exe/cocov
cocov_plugin_kit-0.1.5 exe/cocov
cocov_plugin_kit-0.1.4 exe/cocov
cocov_plugin_kit-0.1.3 exe/cocov
cocov_plugin_kit-0.1.2 exe/cocov
cocov_plugin_kit-0.1.1 exe/cocov
cocov_plugin_kit-0.1.0 exe/cocov