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

keratin / authn-server / 484
68%
master: 69%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/github.com/gorilla/schema-1.4.1
DEFAULT BRANCH: master
Ran 04 Sep 2019 02:49PM UTC
Jobs 1
Files 98
Run time 7s
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
484

Pull #129

travis-ci

web-flow
Add the nocgo build flag to enable a build without sqlite3

This involves adding some stub files that panic if they are ever used on
a nocgo build - i.e. one excluding sqlite3 but the default build will
build with sqlite3 support using CGO.

CGO is great if you need it, but can cause various types of failures and
complexities particularly on on-standard toolcahins. As a library user I if I do not use sqlite3 I would rather not pay the prices of using CGO.

In particular at the time of writing static CGO builds with go 1.13 do
not work for me on musl-gcc or Arch Linux.

Signed-off-by: Silas Davis <silas@monax.io>
Pull Request #129: Add the nocgo build flag to enable a build without sqlite3

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

2499 of 3227 relevant lines covered (77.44%)

7.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 484.1 (GO111MODULE=on) 04 Sep 2019 02:49PM UTC 0
77.44
Travis Job 484.1
Source Files on build 484
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #484
  • Pull Request #129
  • PR Base - master (#483)
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