We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58f8b9 commit 07ef879Copy full SHA for 07ef879
lib/logger.js
@@ -6,7 +6,7 @@ const index = require('..');
6
module.exports = () => logDriver({ level: getLogLevel() });
7
8
function getLogLevel() {
9
- if (index.options.verbose || Boolean(process.env.NODE_COVERALLS_DEBUG)) {
+ if (index.options.verbose || process.env.NODE_COVERALLS_DEBUG == 1) {
10
return 'debug';
11
}
12
0 commit comments