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

abs-lang / abs / 1266
74%
master: 63%

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 27 Mar 2020 12:36AM 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

27 Mar 2020 12:35AM UTC coverage: 74.129% (+0.1%) from 74.029%
1266

Pull #344

travis-ci-com

web-flow
array.intersect(other_array)

Computes the intersection between 2 arrays:

```bash
[1, 2, 3].intersect([]) # []
[1, 2, 3].intersect([3]) # [3]
[1, 2, 3].intersect([3, 1]) # [1, 3]
[1, 2, 3].intersect([1, 2, 3, 4]) # [1, 2, 3]
```
Pull Request #344: array.intersect(other_array)

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

3321 of 4480 relevant lines covered (74.13%)

246.3 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1266.1 (GO111MODULE=on CONTEXT=abs) 27 Mar 2020 12:37AM UTC 0
73.13
Travis Job 1266.1
2 1266.2 (GO111MODULE=on CONTEXT=abs) 27 Mar 2020 12:36AM UTC 0
74.08
Travis Job 1266.2
3 1266.3 (GO111MODULE=on CONTEXT=abs) 27 Mar 2020 12:38AM UTC 0
74.08
Travis Job 1266.3
Source Files on build 1266
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1266
  • Pull Request #344
  • PR Base - find-shortcut (#1263)
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

© 2026 Coveralls, Inc