Repo Added
|
Files
10
|
Badge
Embed ▾
README BADGES
|
push
travis-ci-com
45 of 45 new or added lines in 1 file covered. (100.0%)
3575 of 4710 relevant lines covered (75.9%)
240.36 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
1308 | array-flatten | array.partition(fn) Partitions the array by applying `fn` to all of its elements: ```py f odd(n) { return !!(n % 2) } [0, 1, 2, 3, 4, 5].partition(odd) # [[0, 2, 4], [1, 3, 5]] [1, "1", {}].partition(str) # [[1, "1"], [{}]] ``` | push | odino | travis-ci-com |
75.9 |
|
1289 | array-flatten | updated docs | Pull #348 | web-flow | travis-ci-com |
75.44 |
|
1288 | array-flatten | updated docs | push | odino | travis-ci-com |
75.44 |
|
1287 | array-flatten | array.flatten() Flattens an array a single level deep: ```bash [[1, 2], 3, [4]].flatten([1, 2, 3, 4]) # [1, 2, 3, 4] [[1, 2, 3, 4]].flatten([1, 2, 3, 4]) # [1, 2, 3, 4] ``` | Pull #348 | web-flow | travis-ci-com |
75.44 |
|
1286 | array-flatten | array.flatten() Flattens an array a single level deep: ```bash [[1, 2], 3, [4]].flatten([1, 2, 3, 4]) # [1, 2, 3, 4] [[1, 2, 3, 4]].flatten([1, 2, 3, 4]) # [1, 2, 3, 4] ``` | push | odino | travis-ci-com |
75.44 |