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

joaoh82 / rust_sqlite / 24860863659
69%

Build:
DEFAULT BRANCH: main
Ran 23 Apr 2026 09:59PM 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

23 Apr 2026 09:55PM UTC coverage: 66.922%. Remained the same
24860863659

push

github

web-flow
Phase 6e: add publish-desktop job to release.yml (#20)

Adds a tauri-action-based matrix job that builds + uploads
unsigned desktop installers to the sqlrite-desktop-v<V> GitHub
Release alongside the existing publish-crate + publish-ffi jobs.

Matrix mirrors publish-ffi's OS/arch choices for consistency:

  ubuntu-22.04   → AppImage + .deb (x86_64)
  macos-latest   → .dmg (aarch64)
  windows-latest → .msi (x86_64)

ubuntu-22.04 (not ubuntu-latest) is deliberate: AppImage links
glibc at build time, so building on 22.04 (glibc 2.35) yields an
AppImage that runs on any distro with glibc ≥ 2.35 — building on
24.04 would produce an AppImage that won't launch on older
distros.

Wiring:

  - tag-all → also pushes sqlrite-desktop-v<V>
  - finalize's `needs` → extended with publish-desktop
  - umbrella release body → includes 🖥️ Desktop link
  - environment: release → same approval gate as the other
    publish-* jobs (re-uses the single required-reviewer config
    that already exists for crates.io)

Tauri configuration:

  - bundle.active flipped from false → true so installers actually
    get produced (this was the single-biggest gotcha)
  - bundle.icon array extended to list the native-format icons for
    each platform (.icns for macOS, .ico for Windows, size-specific
    PNGs for Linux)
  - category / shortDescription / longDescription added so .deb /
    AppImage metadata has useful fields instead of defaults

Icons (64x64.png, 128x128.png, 128x128@2x.png, icon.icns,
icon.ico) are pre-generated via `npx tauri icon
src-tauri/icons/icon.png` and committed to the repo. That keeps
CI deterministic (no build-time network dependency on the Tauri
CLI version resolving differently over time) and saves ~10s per
matrix cell. Tradeoff: anyone swapping out icon.png has to re-run
`tauri icon` locally and commit the regenerated assets — PR review
catches this. The android/ and ios/ outputs + Windows-Store
Square* / StoreLogo variants tauri icon also generates are
di... (continued)

4012 of 5995 relevant lines covered (66.92%)

1.23 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24860863659.1 23 Apr 2026 09:59PM UTC 29
66.92
GitHub Action Run
Source Files on build 24860863659
  • Tree
  • List 29
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f392855f on github
  • Prev Build on main (#24860110046)
  • Next Build on main (#24860965419)
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