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 bbe2de5 commit 3a90b07Copy full SHA for 3a90b07
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 || process.env.NODE_COVERALLS_DEBUG == 1) {
+ if (index.options.verbose || process.env.NODE_COVERALLS_DEBUG === 1) {
10
return 'debug';
11
}
12
0 commit comments