We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91ed9e2 + 97a5421 commit 83c55ceCopy full SHA for 83c55ce
lib/coverband.rb
@@ -51,7 +51,7 @@ def self.configure(file = nil)
51
elsif File.exist?(configuration_file)
52
load configuration_file
53
else
54
- configuration.logger.debug("using default configuration")
+ configuration.logger.debug("using default configuration") if Coverband.configuration.verbose
55
end
56
@@configured = true
57
coverage_instance.reset_instance
0 commit comments