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

google / alioth
26%

Build:
DEFAULT BRANCH: main
Repo Added 08 Aug 2025 01:44AM UTC
Files 108
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 main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • build/bootloader-workflow
  • build/rust-workflow-paths
  • chore/depbot-freq
  • chore/release-0.10
  • chore/release-0.9
  • ci/cargo-deny
  • ci/coverage
  • ci/llvm-cov
  • ci/merge-lcov
  • ci/tarpaulin
  • ci/toolchain-cache
  • depandabot-group
  • dependabot/cargo/patches-39c746f1aa
  • dependabot/cargo/patches-431914a471
  • dependabot/cargo/patches-5210ecfefd
  • dependabot/cargo/patches-569b45412f
  • dependabot/cargo/patches-5ebfc7c1b7
  • dependabot/cargo/patches-7afa8f6f50
  • dependabot/cargo/patches-7cf490c249
  • dependabot/cargo/patches-823ef56d40
  • dependabot/cargo/patches-9041a1a69f
  • dependabot/cargo/patches-be86ace336
  • dependabot/cargo/patches-e4163223c6
  • dependabot/cargo/patches-f823c53ba2
  • dependabot/cargo/patches-fcae4fbb41
  • dependabot/cargo/rstest-0.26.1
  • dependabot/cargo/tempfile-3.22.0
  • dependabot/cargo/tempfile-3.23.0
  • dependabot/cargo/tempfile-3.24.0
  • dependabot/github_actions/actions-49c842a484
  • dependabot/github_actions/actions-c0f820c1e3
  • dependabot/github_actions/actions/cache-4.2.4
  • dependabot/github_actions/actions/cache-4.3.0
  • dependabot/github_actions/actions/cache-5.0.1
  • dependabot/github_actions/actions/checkout-5.0.0
  • dependabot/github_actions/actions/checkout-6.0.0
  • dependabot/github_actions/actions/checkout-6.0.1
  • dependabot/github_actions/actions/download-artifact-7.0.0
  • dependabot/github_actions/actions/upload-artifact-6.0.0
  • dependabot/github_actions/coverallsapp/github-action-2.3.7
  • dependabot/github_actions/taiki-e/install-action-2.62.44
  • dependabot/github_actions/taiki-e/install-action-2.62.60
  • dependabot/github_actions/taiki-e/install-action-2.65.10
  • docs/cloud-image
  • feat/aarch64-hvf
  • feat/bootloader
  • feat/device-pause-resume
  • feat/eventfd-notifier
  • feat/hvf/kexec
  • feat/kvmclock
  • feat/pl031
  • feat/qcow2
  • feat/uds-vsock
  • feat/virtio-packed-queue
  • feat/vm-pause-resume
  • feat/vmnet
  • feat/vu-uds-vsock
  • feat/x86/256-cpus
  • fix/blk-lock
  • fix/clippy/function-casts
  • fix/cpu-index-identity
  • fix/cpu-topology
  • fix/dep-tempdir
  • fix/dt-mpidr
  • fix/dt/pci-msi-parent
  • fix/hvf-reboot
  • fix/hvf/zero-register
  • fix/net/feat-indirect-q
  • fix/pci-io
  • fix/split-queue-log-spam
  • fix/sub-node-order
  • fix/sysreg
  • fix/vhost-user-backend
  • fix/virtio-feature-128
  • fix/virtio-ok-0
  • fix/vmnet-cleanup
  • fix/vmnet/buffer-0
  • fix/vsock/uds-non-blocking
  • fix/wrapped-type-help
  • main
  • refactor/bar-mask
  • refactor/decouple-cpu-map-mpdir
  • refactor/fw-cfg
  • refactor/hv-constructor
  • refactor/kvm/check_extension
  • refactor/move-bindings
  • refactor/move-vfio-ioctl
  • refactor/pci-device
  • refactor/vm-boot
  • refactor/vm-config
  • style/mod-name-prefix
  • style/move-tests
  • style/unnecessary-parentheses
  • test/dtb-test
  • test/endian
  • test/fw-cfg
  • test/logging
  • test/pci
  • test/pci-segment
  • test/pci/barcallback
  • test/pci/cap-list
  • test/pvpanic
  • test/vfio/msi
  • test/virtio
  • test/virtio-entropy
  • test/virtio-split-queue
  • version-0.11

05 Feb 2026 08:22AM UTC coverage: 26.302% (-0.07%) from 26.376%
21704381769

push

github

Lencerf
feat(pci): make PCI devices pausable

Require the `Pci` trait to implement the `Pause` trait.

Signed-off-by: Changyuan Lyu <changyuanl@google.com>

429 of 1146 branches covered (37.43%)

Branch coverage included in aggregate %.

0 of 18 new or added lines in 3 files covered. (0.0%)

250 existing lines in 8 files now uncovered.

3607 of 14199 relevant lines covered (25.4%)

22.92 hits per line

Relevant lines Covered
Build:
Build:
14199 RELEVANT LINES 3607 COVERED LINES
22.92 HITS PER LINE
Source Files on main
  • Tree
  • List 108
  • Changed 13
  • Source Changed 13
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21704381769 main feat(pci): make PCI devices pausable Require the `Pci` trait to implement the `Pause` trait. Signed-off-by: Changyuan Lyu <changyuanl@google.com> push 05 Feb 2026 08:32AM UTC Lencerf github
26.3
21704213175 feat/device-pause-resume Merge c99885738 into dbc7058f7 Pull #389 05 Feb 2026 08:27AM UTC web-flow github
26.3
21704143680 feat/device-pause-resume Merge 93a0292bf into dbc7058f7 Pull #389 05 Feb 2026 08:24AM UTC web-flow github
26.33
21704036711 feat/device-pause-resume Merge 304f305c0 into dbc7058f7 Pull #389 05 Feb 2026 08:20AM UTC web-flow github
26.3
21703963241 feat/device-pause-resume Merge ed704735f into dbc7058f7 Pull #389 05 Feb 2026 08:18AM UTC web-flow github
26.33
21703845182 feat/device-pause-resume Merge a3e6100c4 into dbc7058f7 Pull #389 05 Feb 2026 08:14AM UTC web-flow github
26.39
21703765604 feat/device-pause-resume Merge f374a1d75 into dbc7058f7 Pull #389 05 Feb 2026 08:11AM UTC web-flow github
26.38
21703679901 feat/device-pause-resume Merge d63805740 into dbc7058f7 Pull #389 05 Feb 2026 08:08AM UTC web-flow github
26.38
21685297704 main fix(virtio): avoid log spam in split queues Fixes: 2d53e34b0a0a ("refactor(virtio): move split/packed common fields to Queue") Signed-off-by: Changyuan Lyu <changyuanl@google.com> push 04 Feb 2026 07:29PM UTC Lencerf github
26.38
21685177846 fix/split-queue-log-spam Merge dbc7058f7 into 772578b50 Pull #388 04 Feb 2026 07:25PM UTC web-flow github
26.38
See All Builds (403)
  • Repo on GitHub
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