We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e4bd3d + 5e78355 commit 6d695ebCopy full SHA for 6d695eb
lib/coverband/integrations/background.rb
@@ -30,6 +30,8 @@ def self.start
30
logger.debug("Coverband: Starting background reporting") if Coverband.configuration.verbose
31
sleep_seconds = Coverband.configuration.background_reporting_sleep_seconds.to_i
32
@thread = Thread.new {
33
+ Thread.current.name = "Coverband Background Reporter"
34
+
35
loop do
36
if Coverband.configuration.reporting_wiggle
37
sleep_seconds = Coverband.configuration.background_reporting_sleep_seconds.to_i + rand(Coverband.configuration.reporting_wiggle.to_i)
0 commit comments