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

UpdateHub / updatehub / 32296078407
70%

Build:
DEFAULT BRANCH: master
Ran 19 Aug 2026 08:04PM UTC
Jobs 1
Files 79
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

19 Aug 2026 07:59PM UTC coverage: 62.245%. Remained the same
32296078407

push

github

otavio
test: fs: stop the disk space test racing with the filesystem

`a_requirement_beyond_the_available_space_is_rejected` read the free space, then
handed the very same number to `ensure_disk_space`, which reads it again. Any
other writer on that filesystem moves the second reading, and the boundary case
the test was pinned to then falls on the wrong side.

It failed exactly that way in the coverage step of
https://github.com/UpdateHub/updatehub/actions/runs/32294740390, with `available:
80615378944, required: 80615387136`: 8 KiB vanished while the two readings ran,
because `cargo llvm-cov` has the parallel tests writing .profraw files the whole
time.

Step back from the boundary on both sides. Half of the free space stays available
however busy the disk gets, and no filesystem answers with `u64::MAX`, so the
rejection no longer depends on what the second reading finds.

2 of 2 new or added lines in 1 file covered. (100.0%)

3261 of 5239 relevant lines covered (62.24%)

951.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32296078407.1 19 Aug 2026 08:04PM UTC 79
62.24
GitHub Action Run
Source Files on build 32296078407
  • Tree
  • List 79
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32296078407
  • 1e936cc0 on github
  • Prev Build on master (#32295731778)
  • Next Build on master (#32296696600)
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