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

mattn / go-sqlite3 / 382
54%

Build:
DEFAULT BRANCH: master
Ran 17 Oct 2016 12:36PM UTC
Jobs 3
Files 8
Run time 2min
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
382

Pull #339

travis-ci

web-flow
actually link to <sqlite3.h> when -tags libsqlite3

Building with -tags libsqlite3 used the sqlite3.h from the system but the go
compiler will compile all *.{c,h} files in the same direcory:

	"When the Go tool sees that one or more Go files use the special import
	"C", it will look for other non-Go files in the directory and compile
	them as part of the Go package. Any .c, .s, or .S files will be compiled
	with the C compiler." (https://golang.org/cmd/cgo/)

So if users actually want to link against the system sqlite3 we should make
sqlite3-binding.* a noop.

Signed-off-by: Christian Brauner <christian.brauner@canonical.com>
Pull Request #339: actually link to <sqlite3.h> when -tags libsqlite3

7 of 7 new or added lines in 1 file covered. (100.0%)

723 of 1161 relevant lines covered (62.27%)

314388.28 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
7
100.0
tool/upgrade.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
tool/upgrade.go
Jobs
ID Job ID Ran Files Coverage
1 382.1 17 Oct 2016 12:36PM UTC 0
62.27
Travis Job 382.1
2 382.2 17 Oct 2016 12:36PM UTC 0
62.27
Travis Job 382.2
3 382.3 17 Oct 2016 12:38PM UTC 0
62.32
Travis Job 382.3
Source Files on build 382
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #382
  • Pull Request #339
  • PR Base - master (#381)
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