• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

abs-lang / abs / 1298 / 2
76%
master: 63%

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 28 Mar 2020 01:31PM UTC
Files 8
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Mar 2020 01:30PM UTC coverage: 75.86%. First build
GO111MODULE=on CONTEXT=abs

push

travis-ci-com

odino
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"], [{}]]
```

3573 of 4710 relevant lines covered (75.86%)

80.27 hits per line

Source Files on job 1298.2 (GO111MODULE=on CONTEXT=abs)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 981
  • Travis Job 1298.2
  • 08c316fb on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc