Skip to content

Instantly share code, notes, and snippets.

@yukiyan
Created June 7, 2016 06:40
Show Gist options
  • Save yukiyan/f08a6c6edb64f8211bb383c659ac0b7e to your computer and use it in GitHub Desktop.
Save yukiyan/f08a6c6edb64f8211bb383c659ac0b7e to your computer and use it in GitHub Desktop.
CircleCIからカバレッジ見れる
if ENV['CIRCLE_ARTIFACTS']
require 'simplecov'
dir = File.join('..', '..', '..', ENV['CIRCLE_ARTIFACTS'], 'coverage')
SimpleCov.coverage_dir(dir)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment