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

joaoh82 / rust_sqlite / 24936661143
69%

Build:
DEFAULT BRANCH: main
Ran 25 Apr 2026 05:39PM UTC
Jobs 1
Files 29
Run time 1min
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

25 Apr 2026 05:36PM UTC coverage: 66.922%. Remained the same
24936661143

push

github

web-flow
Phase 6i: add publish-go to release.yml — completes Phase 6 (#38)

The simplest job in the publish family because Go has no central
registry. Modules pull straight from VCS via tag, so once
`tag-all` pushes `sdk/go/v<V>` (the slash-bearing submodule tag
Go modules require for path `github.com/joaoh82/rust_sqlite/sdk/go`),
`go get …@vX.Y.Z` works the moment proxy.golang.org's cache
catches up.

What the publish-go job actually does:

  1. Verifies `tag-all` pushed `sdk/go/v<V>` (cheap consistency
     check — if upstream broke, fail loudly)
  2. Downloads the per-platform `libsqlrite_c-*.tar.gz` tarballs
     that publish-ffi already uploaded to the
     `sqlrite-ffi-v<V>` release (via `gh release download`)
  3. Re-attaches them to a fresh Go GitHub Release at the
     `sdk/go/v<V>` tag, so Go users have one page with both the
     `go get` instructions AND the cgo dependency tarballs

Release body documents the cgo wiring per platform
(`CGO_CFLAGS`, `CGO_LDFLAGS`, `LD_LIBRARY_PATH` /
`DYLD_LIBRARY_PATH` / `%PATH%`) so users can extract a tarball
and build immediately without spelunking through the Rust
toolchain instructions in the FFI README.

Tag-with-slashes design choice: Go submodule tag convention is
`<subpath>/vX.Y.Z` for module-paths-with-subpaths. We use
`sdk/go/v<V>` (slashes intact). softprops/action-gh-release
handles the slash-bearing tag fine; the URL in the umbrella
release body uses URL-encoded `sdk%2Fgo%2Fv<V>` for the link.

Wiring:

  - tag-all → pushes `sdk/go/v<V>`
  - finalize.needs → extended with publish-go
  - umbrella release body → 🐹 Go SDK entry

Docs:

  - docs/roadmap.md — Phase 6i marked done with the design
    rationale captured + a closing note that Phase 6 is now
    complete end-to-end
  - sdk/go/README.md — installation paragraph updated to
    reflect that prebuilt FFI tarballs ship on every release
    (was: "Phase 6e will publish prebuilt binaries")
  - root README.md — checkbox flipped + summary line for 6i

T... (continued)

4012 of 5995 relevant lines covered (66.92%)

1.23 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24936661143.1 25 Apr 2026 05:39PM UTC 29
66.92
GitHub Action Run
Source Files on build 24936661143
  • Tree
  • List 29
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d8cc3847 on github
  • Prev Build on main (#24936489943)
  • Next Build on main (#24937282066)
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