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

xapi-project / xen-api / 16070495313
80%

Build:
DEFAULT BRANCH: master
Ran 04 Jul 2025 09:25AM UTC
Jobs 1
Files 33
Run time 3min
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

04 Jul 2025 09:16AM UTC coverage: 77.719%. Remained the same
16070495313

push

github

web-flow
Add a `qcow2-to-stdout` Python script (#6559)

This script serves as one half of a `vhd-tool`-like solution for QCOW,
only offering the export side (converting a raw file to a qcow2 stream).
We can't use `qemu-img` or some other ready-made library because these
create a temporary file (seeking in both the source and the
destination), which we want to avoid.

The script is taken from upstream QEMU, with some modifications for our
use-case:
* we want the script to only operate on "raw" files
* it needs to work on block special files as opposed to regular files
* and it needs to export a "difference" between two files, just like
`vhd-tool` does

The script is currently unused.

The import half (`qcow2 stream->raw file`) was merged in
[`ocaml-qcow`](https://github.com/mirage/ocaml-qcow/pull/127) and will
later be integrated into xapi together with this script through a
`qcow_tool_wrapper`.

3359 of 4322 relevant lines covered (77.72%)

0.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 python3.11 - 16070495313.1 04 Jul 2025 09:25AM UTC 33
77.72
GitHub Action Run
Source Files on build 16070495313
  • Tree
  • List 33
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16070495313
  • c941af3d on github
  • Prev Build on gh-readonly-queue/master/pr-6569-232013d4590daf655860df77b391788fec7aac89 (#16067842647)
  • Next Build on master (#16075318599)
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

© 2025 Coveralls, Inc