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

abs-lang / abs / 1296
76%
master: 63%

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 28 Mar 2020 12:54PM UTC
Jobs 3
Files 8
Run time 1min
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 12:52PM UTC coverage: 75.728%. First build
1296

push

travis-ci-com

odino
array.reduce(fn, acc)

Reduces the array to a value by iterating through its elements and applying `fn` to them:

```py
[1, 2, 3, 4].reduce(f(value, element) { return value + element }, 0) # 10
[1, 2, 3, 4].reduce(f(value, element) { return value + element }, 10) # 20
```

17 of 17 new or added lines in 1 file covered. (100.0%)

3535 of 4668 relevant lines covered (75.73%)

241.17 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1296.1 (GO111MODULE=on CONTEXT=abs) 28 Mar 2020 12:55PM UTC 0
74.76
Travis Job 1296.1
2 1296.2 (GO111MODULE=on CONTEXT=abs) 28 Mar 2020 12:54PM UTC 0
75.69
Travis Job 1296.2
3 1296.3 (GO111MODULE=on CONTEXT=abs) 28 Mar 2020 12:55PM UTC 0
75.69
Travis Job 1296.3
Source Files on build 1296
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1296
  • deaf447f on github
  • Next Build on array-reduce (#1300)
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