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

maxatome / go-testdeep / 540
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: go126
DEFAULT BRANCH: master
Ran 13 Feb 2020 09:32AM UTC
Jobs 1
Files 71
Run time 8s
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

13 Feb 2020 09:29AM UTC coverage: 99.739%. Remained the same
540

push

travis-ci

maxatome
Add operators anchoring feature

  type MyStruct struct {
    PNum  *int
    Num   int64
    Str   string
  }

  t.Cmp(got, MyStruct{
    PNum: t.A(testdeep.Ptr(testdeep.Between(40, 45))).(*int),
    Num:  t.A(testdeep.Between(int64(135), int64(137))).(int64),
    Str:  t.A(testdeep.HasPrefix("Pipo"), "").(string),
  })

See *T.Anchor or *T.A methods documentation and FAQ for details.

Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>

5726 of 5741 relevant lines covered (99.74%)

587.54 hits per line

Jobs
ID Job ID Ran Files Coverage
5 540.5 (GO_TEST_SAFE_FLAGS="-covermode=atomic -coverprofile=coverage-safe.out ./..." GO_TEST_UNSAFE_FLAGS="-covermode=atomic -coverprofile=coverage-unsafe.out ./..." USE_LINTER=1) 13 Feb 2020 09:32AM UTC 0
99.74
Travis Job 540.5
Source Files on build 540
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #540
  • 4d8fe62e on github
  • Prev Build on anchor (#539)
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