Commit b345c74d authored by Jose Ernesto Suarez's avatar Jose Ernesto Suarez

fix to get all projects

parent 26f4f95c
...@@ -67,7 +67,8 @@ module Wedoops ...@@ -67,7 +67,8 @@ module Wedoops
r=Array.new r=Array.new
loop do loop do
print "#{page} " print "#{page} "
url= "https://coverage-dump.adamo.es/v1/cobertura-project/#{page}?limit=#{limit}&date=#{date}" #&date=#{date}
url= "https://coverage-dump.adamo.es/v1/cobertura-project/#{page}?limit=#{limit}"
#.use(logging: {logger: @logger}) #.use(logging: {logger: @logger})
resultado= HTTP.timeout(connect: 15, read: 30) resultado= HTTP.timeout(connect: 15, read: 30)
.headers("cache-control" => "no-cache", .headers("cache-control" => "no-cache",
......
# frozen_string_literal: true # frozen_string_literal: true
module Wedoops module Wedoops
module Zoholib module Zoholib
VERSION = '0.14' VERSION = '0.15'
end end
end end
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment