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
9839e21
... +5 ...
95df91c
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
7 | 7 | ||
8 | 8 | const keyElements = path.replace('#/', '/').split('/'); |
|
9 | 9 | ||
10 | - | let schema = obj.$ref && refs ? refs[obj.$ref] : obj; |
|
10 | + | let schema = (obj.$ref && refs && refs[obj.$ref]) || obj; |
|
11 | 11 | if (!schema && !keyElements[0]) { |
|
12 | 12 | keyElements[0] = obj.$ref.split('#/')[0]; |
|
13 | 13 | } |
Files | Coverage |
---|---|
src | 55.89% |
Project Totals (36 files) | 55.89% |
95df91c
a7b3ef0
2ca400c
62a4990
0237680
0bff5c1
9839e21