Sha256: 0b66dc6e3bec735e30a4ec2e41512974ab5da983b6d6f1bc63d07815b598d3dd
Contents?: true
Size: 261 Bytes
Versions: 1
Compression:
Stored size: 261 Bytes
Contents
desc "Report coverage to coveralls" task :coveralls do require "coveralls" 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bixby-client-0.5.3 | tasks/coveralls.rake |