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

timshannon / bolthold / 128
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

15 Jul 2019 06:53PM UTC coverage: 86.952% (+0.4%) from 86.599%
128

Pull #63

travis-ci

web-flow
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{}`.
Pull Request #63: Added slice criteria

408 of 408 new or added lines in 2 files covered. (100.0%)

1526 of 1755 relevant lines covered (86.95%)

1540.41 hits per line

Jobs
ID Job ID Ran Files Coverage
1 128.1 15 Jul 2019 06:54PM UTC 0
86.95
Travis Job 128.1
Source Files on build 128
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #128
  • Pull Request #63
  • PR Base - master (#126)
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