lib/xcjobs/coverage.rb in xcjobs-0.0.6 vs lib/xcjobs/coverage.rb in xcjobs-0.0.7

- old
+ new

@@ -139,10 +139,10 @@ return false end end def write_report(report) - temp = Tempfile.new('report') + temp = Tempfile.new('coveralls') temp.puts(report.to_json) temp.path end def upload(json_file)