From: Michael D. Lowis Date: Sat, 30 Aug 2014 00:16:49 +0000 (-0400) Subject: hopefully fix CI? X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=5669d3c065cc0aa49eefb309c46e5bda50b6f834;p=projs%2Flibcds.git hopefully fix CI? --- diff --git a/Rakefile b/Rakefile index 92c0103..67e6d4a 100644 --- a/Rakefile +++ b/Rakefile @@ -59,10 +59,10 @@ task :coverage => [:test] do obj = gcno.ext('o') path = File.dirname(obj) gcov = File.basename(obj).ext('c.gcov') - if File.exist?(gcno.ext('gcda')) - sh *['gcov', '-a', '-b', '-c', obj] + #if File.exist?(gcno.ext('gcda')) + sh *['gcov', '-a', '-b', '-c', obj] and FileUtils.mv("./#{gcov}","#{path}/#{gcov}") - end + #end end end