Repo Added
|
Files
12
|
Badge
README BADGES
|
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|---|---|---|---|---|---|---|
0.0 | sqlite3_opt_preupdate_omit.go | 22 | 3 | 0 | 3 | 0.0 | |
0.0 | sqlite3_type.go | 63 | 23 | 0 | 23 | 0.0 | |
0.0 | convert.go | 300 | 235 | 0 | 235 | 0.0 | |
0.0 | sqlite3_context.go | 104 | 32 | 0 | 32 | 0.0 | |
10.0 | sqlite3_opt_userauth_omit.go | 153 | 40 | 4 | 36 | 121173.0 - 18 | |
61.4 | sqlite3.go | 2137 | 1127 | 692 | 435 | 4082992.0 + 27671 | |
62.36 | callback.go | 399 | 263 | 164 | 99 | 138223.0 - 26 | |
70.27 | sqlite3_load_extension.go | 85 | 37 | 26 | 11 | 20.0 | |
88.57 | backup.go | 86 | 35 | 31 | 4 | 40.0 | |
90.0 | error.go | 151 | 20 | 18 | 2 | 136.0 |
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
1073 | cgo | Merge 678cb5b85 into f600c4bdd | Pull #819 | travis-ci | pending completion | ||
1 | cgo | Add mock versions of SQLiteDriver and SQLiteConn for +build !cgo My app can use PostgreSQL and – optionally – SQLite. I would like to be able to compile the app without cgo when SQLite isn't used, as this removes the need for a C compiler which m... | push | travis-ci-com | pending completion |