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

joaoh82 / rust_sqlite / 25291286945
65%

Build:
DEFAULT BRANCH: main
Ran 03 May 2026 09:31PM UTC
Jobs 1
Files 45
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

03 May 2026 09:27PM UTC coverage: 59.771%. Remained the same
25291286945

push

github

web-flow
fix(release): swap publish-ask / publish-crate ordering (#85)

The v0.2.0 release failed at the `Publish sqlrite crate to crates.io`
step:

  failed to select a version for the requirement
  `sqlrite-ask = "^0.2"`
  candidate versions found which didn't match: 0.1.25, 0.1.24, ...

Root cause: the publish ordering reflected the **pre-v0.1.19** dep
direction (`sqlrite-ask → sqlrite-engine`) — but the v0.1.19
dep-direction-flip retrospective records that sqlrite-ask became a
pure-string-in/string-out adapter, and the engine took on the
sqlrite-ask dependency (gated by the engine's `ask` feature).

Through 0.1.x this latent bug was masked: the engine's published
version requirement was `^0.1`, and old `sqlrite-ask 0.1.x` versions
were already on crates.io, so the engine publish resolved cleanly.

At v0.2.0 the bumped requirement (`^0.2`) had no matching crate and
the publish failed loudly.

Fix:

- publish-ask now runs FIRST (depends only on detect + tag-all). No
  internal SQLRite path-deps after the dep-direction flip.
- publish-crate (engine) now waits on publish-ask. Comment updated
  to flag the latent bug + the v0.1.19 retrospective.
- publish-mcp's `needs: [..., publish-crate, publish-ask]` is
  unchanged — sqlrite-mcp still depends on the engine.

Resulting chain: detect → tag-all → publish-ask → publish-crate →
publish-mcp.

This unblocks the v0.2.0 cut once re-triggered via workflow_dispatch
(or via cutting v0.2.1 if the partial v0.2.0 state warrants a fresh
release rather than catching up).

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

6380 of 10674 relevant lines covered (59.77%)

1.17 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25291286945.1 03 May 2026 09:31PM UTC 45
59.77
GitHub Action Run
Source Files on build 25291286945
  • Tree
  • List 45
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 80664b84 on github
  • Prev Build on main (#25290833064)
  • Next Build on main (#25306044810)
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