* Returns true for parallelized CircleCI builds. * @return {boolean}
()
| 203 | * @return {boolean} |
| 204 | */ |
| 205 | function circleciIsParallelized() { |
| 206 | return isCircleci && env('CIRCLE_NODE_TOTAL') != '1'; |
| 207 | } |
| 208 | |
| 209 | /** |
| 210 | * Returns the parallelized build's shard number. |
no test coverage detected