Sha256: 508112042e5776b88c34bc9a10de3b3f890cc0e799a56814a0a6ba89b7c53bc0

Contents?: true

Size: 216 Bytes

Versions: 31

Compression:

Stored size: 216 Bytes

Contents

require 'simplecov'

# save to CircleCI's artifacts directory if we're on CircleCI
if ENV['CIRCLE_ARTIFACTS']
  dir = File.join(ENV['CIRCLE_ARTIFACTS'], "coverage")
  SimpleCov.coverage_dir(dir)
end

SimpleCov.start

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
timber-1.1.14 spec/support/simplecov.rb
timber-1.1.13 spec/support/simplecov.rb
timber-1.1.12 spec/support/simplecov.rb
timber-1.1.11 spec/support/simplecov.rb
timber-1.1.10 spec/support/simplecov.rb
timber-1.1.9 spec/support/simplecov.rb
timber-1.1.8 spec/support/simplecov.rb
timber-1.1.7 spec/support/simplecov.rb
timber-1.1.6 spec/support/simplecov.rb
timber-1.1.5 spec/support/simplecov.rb
timber-1.1.4 spec/support/simplecov.rb
timber-1.1.3 spec/support/simplecov.rb
timber-1.1.2 spec/support/simplecov.rb
timber-1.1.1 spec/support/simplecov.rb
timber-1.1.0 spec/support/simplecov.rb
timber-1.0.13 spec/support/simplecov.rb
timber-1.0.12 spec/support/simplecov.rb
timber-1.0.11 spec/support/simplecov.rb
timber-1.0.10 spec/support/simplecov.rb
timber-1.0.9 spec/support/simplecov.rb