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

davecgh / go-spew / 51
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: ppc64le
DEFAULT BRANCH: master
Ran 19 Jun 2015 08:31PM UTC
Jobs 1
Files 6
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

pending completion
51

push

travis-ci

davecgh
Add support for limited mode without unsafe pkg.

This commit adds support for compiling spew without the unsafe package.
When compiled without the unsafe package, some of the more advanced
features such as invoking stringers on pointers from non-pointer
variables and unexported struct fields are not available.

By default, spew will be compiled in the limited mode for Google App
Engine since the unsafe package is not available there.  Additionally,
spew can be compiled without the unsafe package manually by specifying
the "disableunsafe" build tag.

Finally, a new package-level constant named "UnsafeDisabled" has been
exposed which can be used to programmatically determine if spew was
compiled with access to the unsafe package.

81 of 81 new or added lines in 3 files covered. (100.0%)

858 of 887 relevant lines covered (96.73%)

185.53 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
100.0
spew/common.go
22
100.0
spew/bypass.go

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
spew/dump.go
Jobs
ID Job ID Ran Files Coverage
1 51.1 19 Jun 2015 08:31PM UTC 0
96.73
Travis Job 51.1
Source Files on build 51
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #51
  • 2df17480 on github
  • Prev Build on unsafe (#47)
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