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

vagrant-libvirt / vagrant-libvirt
79%

Build:
DEFAULT BRANCH: main
Repo Added 26 Nov 2016 11:35AM UTC
Files 55
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: main
CHANGE BRANCH
x
Reset
  • main

27 Dec 2023 09:45PM UTC coverage: 78.663%. Remained the same
7342124073

push

github

web-flow
Add support for qemu-img v8 to create_box.sh (#1790)

Since version 8 of qemu-img tool it produces more verbose JSON-output
with multiple `virtual-size` keys which leads to incorrect generation of
`metadata.json` file (all values of `virtual-size` are placed into file
and it becomes non-valid JSON).

This behavious was described in #1746 .

Example of old JSON output:
{
    "virtual-size": 34359738368,
    "filename": "vm-100-disk-0.qcow2",
    "cluster-size": 65536,
    "format": "qcow2",
    "actual-size": 2941440,
    "format-specific": {
        "type": "qcow2",
        "data": {
            "compat": "1.1",
            "compression-type": "zlib",
            "lazy-refcounts": false,
            "refcount-bits": 16,
            "corrupt": false,
            "extended-l2": false
        }
    },
    "dirty-flag": false
}

Example of new JSON output:
{
    "children": [
        {
            "name": "file",
            "info": {
                "children": [
                ],
                "virtual-size": 42956488704,
                "filename": "/var/lib/libvirt/images/proxmox_6.4.qcow2",
                "format": "file",
                "actual-size": 1305301504,
                "format-specific": {
                    "type": "file",
                    "data": {
                    }
                },
                "dirty-flag": false
            }
        }
    ],
    "virtual-size": 42949672960,
    "filename": "/var/lib/libvirt/images/proxmox_6.4.qcow2",
    "cluster-size": 65536,
    "format": "qcow2",
    "actual-size": 1305301504,
    "format-specific": {
        "type": "qcow2",
        "data": {
            "compat": "1.1",
            "compression-type": "zlib",
            "lazy-refcounts": true,
            "refcount-bits": 16,
            "corrupt": false,
            "extended-l2": false
        }
    },
    "dirty-flag": false
}

This change adds comatibility... (continued)

3119 of 3965 relevant lines covered (78.66%)

979.49 hits per line

Relevant lines Covered
Build:
Build:
3965 RELEVANT LINES 3119 COVERED LINES
979.49 HITS PER LINE
Source Files on main
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
7342124073 main Add support for qemu-img v8 to create_box.sh (#1790) Since version 8 of qemu-img tool it produces more verbose JSON-output with multiple `virtual-size` keys which leads to incorrect generation of `metadata.json` file (all values of `virtual-siz... push 27 Dec 2023 09:47PM UTC web-flow github
78.66
6112974155 main Bump actions/upload-artifact from 2 to 3 (#1772) push 07 Sep 2023 05:34PM UTC web-flow github
78.66
6111439912 main Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 (#1764) push 07 Sep 2023 03:03PM UTC web-flow github
78.66
6111243321 main Allow non drvfs on wsl environment (#1755) push 07 Sep 2023 02:45PM UTC web-flow github
78.66
6111219433 main Add acceptance tests around halt behaviour (#1773) Ensure acceptance tests capture halt behaviour to prevent future regression around graceful and forced halt. Related-to: #1765 push 07 Sep 2023 02:42PM UTC web-flow github
78.68
6023544461 main Ensure publish docs runs on workflow changes (#1771) Include dependent workflow and github action as part of the path check for when to trigger the workflow. push 30 Aug 2023 10:16AM UTC web-flow github
78.68
6017865721 main Update deploy-docs.yml (#1770) Correct inputs syntax push 29 Aug 2023 09:48PM UTC web-flow github
78.68
6017820939 main Use correct syntax for reusable workflows (#1769) push 29 Aug 2023 09:42PM UTC web-flow github
78.68
6017379928 main Ensure deploy docs workflow callable (#1768) Checkout current repository in order to call the reusable workflow. Remove the now duplicated checkout from the called workflow. push 29 Aug 2023 08:50PM UTC web-flow github
78.68
6016799058 main Poweroff domain on `vagrant halt -f` (#1766) `vagrant halt -f` is supposed to poweroff the domain without attempting graceful shutdown. Before, `vagrant halt -f` was attempting to send ACPI and waiting for timeout before actually powering off t... push 29 Aug 2023 07:45PM UTC web-flow github
78.68
See All Builds (1875)
  • 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