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
ed149a3
... +3 ...
5181cd2
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
26 | 26 | * @returns {Array.<Node>} |
|
27 | 27 | */ |
|
28 | 28 | function (parent, index, test) { |
|
29 | - | var is = convert(test) |
|
29 | + | const is = convert(test) |
|
30 | 30 | /** @type {Array.<Node>} */ |
|
31 | - | var results = [] |
|
32 | - | var offset = -1 |
|
31 | + | const results = [] |
|
32 | + | let offset = -1 |
|
33 | 33 | ||
34 | 34 | if (!parent || !parent.type || !parent.children) { |
|
35 | 35 | throw new Error('Expected parent node') |
Files | Coverage |
---|---|
index.js | 100.00% |
Project Totals (1 files) | 100.00% |
5181cd2
7609f82
72cbf43
b1f9134
ed149a3