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

timshannon / bolthold / 127
87%
master: 87%

Build:
Build:
LAST BUILD BRANCH: foreach-query-key
DEFAULT BRANCH: master
Ran 15 Jul 2019 06:54PM UTC
Jobs 1
Files 10
Run time 2s
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

14 Jul 2019 07:26PM UTC coverage: 86.952%. First build
127

push

travis-ci

timshannon
Added slice criteria

```Go
val := struct {
    Set []string
}{
    Set: []string{"1", "2", "3"},
}
bh.Where("Set").Contains("1") // true
bh.Where("Set").ContainsAll("1", "3") // true
bh.Where("Set").ContainsAll("1", "3", "4") // false
bh.Where("Set").ContainsAny("1", "7", "4") // true
```

Add `bolthold.Slice(val)` helper for turning slices of arbitrary types
to `[]interface{}`.

1526 of 1755 relevant lines covered (86.95%)

1539.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 127.1 15 Jul 2019 06:54PM UTC 0
86.95
Travis Job 127.1
Source Files on build 127
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #127
  • ff57becc 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

© 2026 Coveralls, Inc