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

tamada / oinkie / 34018910266
97%
main: 97%

Build:
Build:
LAST BUILD BRANCH: releases/v0.5.0
DEFAULT BRANCH: main
Ran 06 Sep 2026 07:26AM UTC
Jobs 1
Files 20
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

06 Sep 2026 07:21AM UTC coverage: 96.683%. Remained the same
34018910266

Pull #103

github

tamada
fix: drop --offline, which made the version bump fail on a fresh runner

Cutting releases/v0.5.0 failed in eleven seconds on the flag #101 had
just added:

  error: no matching package named `chrono` found
  location searched: crates.io index
  note: offline mode (via `--offline`) can sometimes cause surprising
  resolution failures

A fresh runner has no crates.io index. --offline forbids fetching one,
so resolution cannot succeed -- the flag guaranteed the failure it was
meant to prevent.

The reasoning behind it was wrong, not merely unlucky. It was there so
that "a release runner resolves nothing from the network at this point",
but what keeps this to a single line is --workspace, which limits the
update to this package's own entry. Cargo says so while it runs: "60
unchanged dependencies". --offline added nothing to that and took away
the index.

It passed every local test because this machine's registry is warm. The
failure only exists where nothing is cached, which is the only place it
was going to run.

Reproduced by pointing CARGO_HOME at an empty directory, which is a
one-line way to ask what a runner would see: with --offline, the same
exit 101 and the same message; without it, exit 0, a one-line change to
the lock, and `cargo build --locked` passing afterwards.

The v0.5.0 note is corrected too, since it named the flag.

Closes #102

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Pull Request #103: fix: drop --offline, which made the version bump fail on a fresh runner

5305 of 5487 relevant lines covered (96.68%)

48.33 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34018910266.1 06 Sep 2026 07:26AM UTC 20
96.68
GitHub Action Run
Source Files on build 34018910266
  • Tree
  • List 20
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #34018910266
  • Pull Request #103
  • PR Base - main (#34018745426)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc