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
64a22e8
... +10 ...
43bece1
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
1 | 1 | /** |
|
2 | - | * Exported module |
|
3 | - | * @type {Closure} |
|
2 | + | * Exported module - returns a |
|
3 | + | * function that resolves to true. |
|
4 | + | * @type {Function} |
|
4 | 5 | */ |
|
5 | 6 | function module () { |
|
6 | 7 | return () => true |
|
7 | 8 | } |
|
8 | 9 | ||
9 | - | export default { |
|
10 | - | module |
|
11 | - | } |
|
10 | + | export default module |
Files | Coverage |
---|---|
src/index.js | 100.00% |
Project Totals (1 files) | 100.00% |
43bece1
cfd9d40
286f5e6
c678890
9dba797
b7d9b63
0afcda1
f814733
8f3ed47
e9a497e
4cc5f60
64a22e8