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

UpdateHub / updatehub
66%

Build:
DEFAULT BRANCH: master
Repo Added 21 Mar 2017 08:36PM UTC
Files 79
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 1.0.14
  • 1.0.15
  • 1.0.16
  • 1.0.17
  • 1.0.18
  • 1.1.0
  • 1.1.1
  • ci/nix-actions-devshell
  • clippy-pedantic-cleanup
  • ctl_host_option
  • default-without-test-env
  • dependabot/cargo/async-trait-0.1.92
  • dependabot/cargo/bitar-0.15.0
  • dependabot/cargo/bytes-1.12.1
  • dependabot/cargo/flate2-1.1.10
  • dependabot/cargo/futures-util-0.3.34
  • dependabot/cargo/log-0.4.34
  • dependabot/cargo/openssl-0.10.80
  • dependabot/cargo/rand-0.8.7
  • dependabot/cargo/toml-1.1.4spec-1.1.0
  • dependabot/cargo/toml-1.1.5spec-1.1.0
  • dependabot/cargo/updatehub-sdk/testcontainers-0.28
  • drop-async-trait
  • fix-disk-space-test-race
  • fix/dependabot-single-workspace-entry
  • fix/disk-space-check-measures-devtmpfs
  • fix/use-loopdev-3
  • fix_cmdline
  • fix_unexpected_output
  • ignore-probe-asap
  • import-order
  • protect-in-use-partitions
  • rust-edition-2024
  • topic/test_ci
  • v1
  • v1.0.x
  • v2.0.x
  • warn_without_pubkey
  • zephyr

07 Sep 2026 07:29PM UTC coverage: 65.613%. Remained the same
34155773546

push

github

otavio
chore(deps): bump flate2 from 1.1.9 to 1.1.10

Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.9 to 1.1.10.
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](https://github.com/rust-lang/flate2-rs/compare/1.1.9...1.1.10)

---
updated-dependencies:
- dependency-name: flate2
  dependency-version: 1.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

3446 of 5252 relevant lines covered (65.61%)

949.83 hits per line

Relevant lines Covered
Build:
Build:
5252 RELEVANT LINES 3446 COVERED LINES
949.83 HITS PER LINE
Source Files on master
  • Tree
  • List 79
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
34155773546 master chore(deps): bump flate2 from 1.1.9 to 1.1.10 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.9 to 1.1.10. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compa... push 07 Sep 2026 07:37PM UTC otavio github
65.61
34155785700 master chore(deps): bump toml from 1.1.4+spec-1.1.0 to 1.1.5+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 1.1.4+spec-1.1.0 to 1.1.5+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.1.4...toml-v1.1.5) --- updated-... push 07 Sep 2026 07:37PM UTC otavio github
65.61
34155741997 master chore(deps): bump bitar from 0.14.0 to 0.15.0 Bumps [bitar](https://github.com/oll3/bita) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/oll3/bita/releases) - [Changelog](https://github.com/oll3/bita/blob/main/CHANGELOG.md) - [Commit... push 07 Sep 2026 07:37PM UTC otavio github
65.61
34155759875 master chore(deps): bump log from 0.4.33 to 0.4.34 Bumps [log](https://github.com/rust-lang/log) from 0.4.33 to 0.4.34. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)... push 07 Sep 2026 07:36PM UTC otavio github
65.61
32312345628 master chore: Release push 19 Aug 2026 11:18PM UTC otavio github
65.61
32300449757 master docs: document how the public functions fail, and mark the pure ones `clippy::pedantic` asks three things of a public item: that prose names read as prose, that a function which returns `Result` says when it fails, and that a function whose resul... push 19 Aug 2026 08:52PM UTC otavio github
65.61
32296696600 master chore: keep test-env out of the default features `test-env` gates the `updatehub-setup-mock-env` binary and the `updatehub::tests` helpers the integration tests drive the agent with. It was on by default, so anyone who follows the README and runs... push 19 Aug 2026 08:10PM UTC otavio github
62.24
32296078407 master 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 file... push 19 Aug 2026 08:04PM UTC otavio github
62.24
32295731778 master refactor: replace async-trait with native async functions in traits Rust stabilized async functions in traits in 1.75 and the MSRV is already 1.88, so the macro carries its own weight for nothing. Removing it drops a proc-macro from the build gra... push 19 Aug 2026 08:00PM UTC otavio github
62.24
32293824559 master chore(deps): bump async-trait from 0.1.91 to 0.1.92 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.91 to 0.1.92. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async... push 19 Aug 2026 07:40PM UTC otavio github
65.88
See All Builds (870)
  • Repo on GitHub
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