No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
0e1ff1a
... +0 ...
55712cd
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
33 | 33 | res.on('finish', function () { |
|
34 | 34 | const color = this.statusCode === '404' ? chalk.red : chalk.green; |
|
35 | 35 | let msg = `${color(this.statusCode)} ${this.req.originalUrl}`; |
|
36 | - | const headers = this.getHeaders(); |
|
37 | - | const encoding = headers && headers['content-encoding']; |
|
36 | + | const encoding = this.getHeader('content-encoding'); |
|
38 | 37 | if (encoding) { |
|
39 | 38 | msg += chalk.gray(` (${encoding})`); |
|
40 | 39 | } |
Files | Coverage |
---|---|
src/browser.js | 18.60% |
src/exec.js | 12.50% |
src/main.js | +2.77% 63.64% |
src/platform.js | 14.29% |
src/server.js | 62.86% |
src/util.js | 10.53% |
Project Totals (6 files) | 27.98% |
#45
55712cd
#45
0e1ff1a