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
be08874
... +5 ...
136d20c
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
19 | 19 | var trailing = /\s*$/ |
|
20 | 20 | ||
21 | 21 | // Default filename. |
|
22 | - | var DEFAULT = '<stdin>' |
|
22 | + | var defaultName = '<stdin>' |
|
23 | 23 | ||
24 | 24 | var noop = {open: '', close: ''} |
|
25 | 25 |
123 | 123 | type: 'header', |
|
124 | 124 | origin: origin, |
|
125 | 125 | destination: destination, |
|
126 | - | name: origin || options.defaultName || DEFAULT, |
|
126 | + | name: origin || options.defaultName || defaultName, |
|
127 | 127 | stored: Boolean(file.stored), |
|
128 | 128 | moved: Boolean(file.stored && destination !== origin), |
|
129 | 129 | stats: statistics(messages) |
Files | Coverage |
---|---|
index.js | 100.00% |
Project Totals (1 files) | 100.00% |
136d20c
31151bd
bc44986
a956c86
39eb462
8bc1a9b
be08874