call summary Site summary because that's what it is
This commit is contained in:
parent
f42732f1da
commit
58a8f04071
|
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG - sitespeed.io
|
||||
|
||||
## UNRELEASED
|
||||
## Fixed
|
||||
* Call summary Site summary in the slack plugin to make it easier to undestand.
|
||||
|
||||
## 4.0.0-beta.6 2016-10-26
|
||||
### Added
|
||||
* You can now configure so sitespeed.io only slacks on error #1260
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ module.exports = {
|
|||
`(${h.plural(options.browsertime.iterations, 'run')}, ` +
|
||||
`${h.cap(options.browsertime.browser)}/${options.mobile ? 'mobile' : 'desktop'}/${options.connectivity})\n`;
|
||||
|
||||
summaryText += '*Summary*\n';
|
||||
summaryText += '*Site summary*\n';
|
||||
for (var key of Object.keys(metrics)) {
|
||||
if (metrics[key].metric !== undefined) {
|
||||
summaryText += metrics[key].name + ': ' + metrics[key].metric + '\n';
|
||||
|
|
|
|||
Loading…
Reference in New Issue