]> git.mdlowis.com Git - projs/libcds.git/commitdiff
hopefully fix CI?
authorMichael D. Lowis <mike@mdlowis.com>
Sat, 30 Aug 2014 00:16:49 +0000 (20:16 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Sat, 30 Aug 2014 00:16:49 +0000 (20:16 -0400)
Rakefile

index 92c01032dd6ae4bab61f1d9464bab28529df2c2e..67e6d4aef45923cb4e3ae9926ae66770674eb490 100644 (file)
--- 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