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
28f5e2b
... +1 ...
f1e092e
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
12 | 12 | var settings |
|
13 | 13 | var schema |
|
14 | 14 | ||
15 | - | if ( |
|
16 | - | typeof find === 'string' || |
|
17 | - | (find && typeof find.exec === 'function') |
|
18 | - | ) { |
|
15 | + | if (typeof find === 'string' || (find && typeof find.exec === 'function')) { |
|
19 | 16 | schema = [[find, replace]] |
|
20 | 17 | } else { |
|
21 | 18 | schema = find |
Learn more Showing 1 files with coverage changes found.
index.js
Files | Coverage |
---|---|
index.js | 100.00% |
Project Totals (1 files) | 100.00% |
f1e092e
0551dd1
28f5e2b