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

UpdateHub / updatehub / 31384496488
70%

Build:
DEFAULT BRANCH: master
Ran 10 Aug 2026 11:44AM UTC
Jobs 1
Files 78
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

10 Aug 2026 11:39AM UTC coverage: 65.087%. Remained the same
31384496488

push

github

otavio
ci: let dependabot see the whole workspace, and its lockfile

The file declared `updates` four times, once per crate. A YAML mapping holds a
key once, so the last one won and the other three were dropped before
dependabot ever read them: asking yq for `.updates` on the old file returns a
single entry, /updatehub-sdk. That matches the record, as every dependabot
commit carrying a per-crate prefix is an `sdk:` one and not a single `agent:`,
`cloud-sdk:` or `package-schema:` has ever been authored.

The surviving entry then could not do its job either. The crates form one cargo
workspace whose lockfile sits at the repository root, and an entry scoped to
/updatehub-sdk finds no lockfile there, so it bumped that crate's manifest and
left Cargo.lock behind. Every CI step runs cargo with --locked, which refuses
to resolve the difference, so those bumps failed before compiling anything.

One entry on the workspace root fixes both: all four crates are watched again,
and the manifest and the lockfile move together. The per-crate commit prefixes
go with it, as a workspace-wide update belongs to no single crate; dependabot
falls back to the `build(deps)` prefix its earlier commits here already used.

2856 of 4388 relevant lines covered (65.09%)

1135.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31384496488.1 10 Aug 2026 11:44AM UTC 78
65.09
GitHub Action Run
Source Files on build 31384496488
  • Tree
  • List 78
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31384496488
  • 7a6eb58b on github
  • Prev Build on master (#31384435123)
  • Next Build on master (#31385084930)
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