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

xcp-ng / xen-api / 24177327135
80%
master: 80%

Build:
Build:
LAST BUILD BRANCH: gtn-image-formats
DEFAULT BRANCH: master
Ran 09 Apr 2026 07:08AM UTC
Jobs 1
Files 34
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

09 Apr 2026 07:02AM UTC coverage: 80.459%. Remained the same
24177327135

push

github

last-genius
stream_vdi: Fix last_chunk calculation

Proper calculation of the index of the last chunk should be:

    last_chunk = round_up(size/chunk_size) - 1

Which is equal to
    (size + chunk_size - 1) / chunk_size - 1 =
    = (size - 1) / chunk_size

Signed-off-by: Andrii Sultanov <andriy.sultanov@vates.tech>

3504 of 4355 relevant lines covered (80.46%)

0.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 python3.11 - 24177327135.1 09 Apr 2026 07:08AM UTC 34
80.46
GitHub Action Run
Source Files on build 24177327135
  • Tree
  • List 34
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24177327135
  • 546eb718 on github
  • Prev Build on v26.1.4-8.3 (#23286262212)
  • Next Build on v26.1.4-8.3 (#24178640153)
  • Delete
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