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

KarpelesLab / libwallet / 27001516522
22%

Build:
DEFAULT BRANCH: master
Ran 05 Jun 2026 07:26AM UTC
Jobs 1
Files 125
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

05 Jun 2026 07:23AM UTC coverage: 21.857%. Remained the same
27001516522

push

github

MagicalTux
ci/publish-dart: refresh OIDC token between retries

The "Invalid JWT token: invalid timestamps" failure mode the
workflow header anticipated turned out to be subtler than backoff
alone could clear: when `dart pub publish` hits this error it
DELETES the cached pub.dev credential ("Invalid token for
https://pub.dev deleted."), so subsequent retries within the same
job find no credential, fall through to `dart pub publish`'s
interactive auth prompt, and hang indefinitely until the
per-attempt watchdog kills them. v0.4.51's stuck publish was 2 of
3 attempts in that state — the per-attempt timer ticking up to its
full budget on a process that never noticed it had no input
terminal.

Fix: between attempts, mint a fresh OIDC token from the
`$ACTIONS_ID_TOKEN_REQUEST_URL` mint endpoint (always returns a
token with current iat/exp, well within pub.dev's accepted skew)
and re-register it with `dart pub token add`. Each retry then has
a credential and either succeeds or fails fast.

Also drops the per-attempt timeout from 900s to 180s — a healthy
publish finishes in seconds, the network upload caps at maybe a
minute, and 3 min covers worst-case while still leaving 3×180s =
9 min total inside the new 45-min job ceiling.

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

4032 of 18447 relevant lines covered (21.86%)

102.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27001516522.1 05 Jun 2026 07:25AM UTC 125
21.86
GitHub Action Run
Source Files on build 27001516522
  • Tree
  • List 125
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27001516522
  • 2eb1576b on github
  • Prev Build on master (#26999604926)
  • Next Build on master (#27005237997)
  • Delete
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