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

abs-lang / abs / 1297
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:53PM UTC coverage: 75.728% (+0.08%) from 75.645%
1297

Pull #352

travis-ci-com

web-flow
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
```
Pull Request #352: array.reduce(fn, acc)

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

3535 of 4668 relevant lines covered (75.73%)

241.18 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1297.1 (GO111MODULE=on CONTEXT=abs) 28 Mar 2020 12:55PM UTC 0
74.76
Travis Job 1297.1
2 1297.2 (GO111MODULE=on CONTEXT=abs) 28 Mar 2020 12:54PM UTC 0
75.69
Travis Job 1297.2
3 1297.3 (GO111MODULE=on CONTEXT=abs) 28 Mar 2020 12:56PM UTC 0
75.69
Travis Job 1297.3
Source Files on build 1297
  • List 0
  • Changed 8
  • Source Changed 8
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Build #1297
  • Pull Request #352
  • PR Base - array-min (#1294)
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