From 5669d3c065cc0aa49eefb309c46e5bda50b6f834 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Fri, 29 Aug 2014 20:16:49 -0400 Subject: [PATCH] hopefully fix CI? --- Rakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.55.0