Sha256: cfe3243c590f835a870fa225b896a00537b3e566ba86ea9d5036860a62203356

Contents?: true

Size: 287 Bytes

Versions: 6

Compression:

Stored size: 287 Bytes

Contents

# for reporting to coveralls
require "coveralls"
desc "Report coverage to coveralls"
task :coveralls do
  SimpleCov.formatter = Coveralls::SimpleCov::Formatter
  if File.exists? File.join(EasyCov.path, ".resultset.json") then
    SimpleCov::ResultMerger.merged_result.format!
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bixby-client-0.5.2 tasks/coveralls.rake
bixby-client-0.5.1 tasks/coveralls.rake
bixby-client-0.5.0 tasks/coveralls.rake
bixby-client-0.4.1 tasks/coveralls.rake
bixby-client-0.4.0 tasks/coveralls.rake
bixby-client-0.3.0 tasks/coveralls.rake