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

abs-lang / abs / 1283 / 3
75%
master: 63%

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 27 Mar 2020 02:18PM UTC
Files 8
Run time 1s
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 02:16PM UTC coverage: 75.318% (+2.0%) from 73.324%
GO111MODULE=on CONTEXT=abs

Pull #347

travis-ci-com

web-flow
array.union(other_array)

Computes the [union](https://en.wikipedia.org/wiki/Union_(set_theory))
between 2 arrays:

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

3433 of 4558 relevant lines covered (75.32%)

81.43 hits per line

Source Files on job 1283.3 (GO111MODULE=on CONTEXT=abs)
  • Tree
  • List 0
  • Changed 8
  • Source Changed 8
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 967
  • Travis Job 1283.3
  • d983201c on github
  • Prev Job for GO111MODULE=on CONTEXT=abs on array-union (#1280.1)
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