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
e55603c
... +4 ...
7c90fad
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
637 | 637 | config.isEnableHttp2 = true; |
|
638 | 638 | } else if (['disable-http2', 'disableHttp2', 'disable-h2', 'disableH2'].indexOf(m) !== -1) { |
|
639 | 639 | config.isEnableHttp2 = false; |
|
640 | + | } else if (m === 'hideLeftBar' || m === 'hideLeftMenu') { |
|
641 | + | config.hideLeftMenu = true; |
|
640 | 642 | } |
|
641 | 643 | }); |
|
642 | 644 | if (config.networkMode) { |
Learn more Showing 2 files with coverage changes found.
lib/https/ca.js
biz/webui/cgi-bin/util.js
7c90fad
c20a373
28994f3
37405e9
b988d21
e55603c