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
ffafab3
... +0 ...
f22a3e7
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
73 | 73 | pkg.dist.tarball = util.format('%s://%s/%s/download/%s-%s.tgz', |
|
74 | 74 | protocol, |
|
75 | 75 | host, pkg.name, pkg.name, pkg.version); |
|
76 | - | if (ctx.querystring) { |
|
77 | - | var backupUrl = pkg.dist.tarball; |
|
78 | - | pkg.dist.tarball += '?' + ctx.querystring + '&other_urls=' + encodeURIComponent(backupUrl); |
|
79 | - | } |
|
80 | 76 | } |
|
81 | 77 | }; |
|
82 | 78 |
Learn more Showing 2 files with coverage changes found.
controllers/utils.js
controllers/sync_module_worker.js
Files | Coverage |
---|---|
common | 67.39% |
controllers | -0.59% 85.98% |
middleware | 94.34% |
models | 90.42% |
routes | 100.00% |
servers | 90.91% |
services | 90.86% |
sync | 89.61% |
config/index.js | 75.51% |
lib/common.js | -0.46% 88.73% |
Project Totals (97 files) | 87.63% |
f22a3e7
ffafab3