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

xapi-project / xen-api / 18846971192
80%

Build:
DEFAULT BRANCH: master
Ran 27 Oct 2025 03:44PM 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

27 Oct 2025 03:35PM UTC coverage: 80.368%. Remained the same
18846971192

push

github

web-flow
enhancement: better alpine compatibility (#6728)

The following PR fixes few build errors while running `make` and `make
test` on alpine linux.

It mostly adds compatibility declaration on C stuff (unixpwd and
forkexecd compoments).

The more important changes is regarding `getpwent_r` and `getspent_r`
usage in unixpwd.
As it, these functions doesn't exists in musl-libc. So I switched back
to more standard variants (`getpwent` and `getspent`). There are
explicitly not reentrants, but `getpwent_r` and `getspent_r` weren't
fully reentrants too (due to `FILE` sharing between threads), so I
assume it doesn't introduce regression from this point of vue.

With the PR, I am able to run `./configure && make && make test` without
errors (tested on alpine edge).

3496 of 4350 relevant lines covered (80.37%)

0.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 python3.11 - 18846971192.1 27 Oct 2025 03:44PM UTC 34
80.37
GitHub Action Run
Source Files on build 18846971192
  • 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 #18846971192
  • 7a3cf083 on github
  • Prev Build on gh-readonly-queue/master/pr-6725-0d03639b39fb2c5a770d5389dab489517fe1ac2c (#18835439538)
  • Next Build on master (#18862919363)
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