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

xapi-project / xen-api / 34613634581
79%
master: 79%

Build:
Build:
LAST BUILD BRANCH: fix/cli-random-mac
DEFAULT BRANCH: master
Ran 11 Sep 2026 03:02PM UTC
Jobs 1
Files 36
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

11 Sep 2026 03:01PM UTC coverage: 78.996%. Remained the same
34613634581

push

github

web-flow
Get rid of 3 uses of physical equality (#7259)

Removes three `==` comparisons and documents one that stays, taking the
`quality-gate.sh` count from 10 to 7.

- `child.ml`: `Unix.setsid () == -1` compares two `int`s — use `=`.
- `network_test_lacp_properties.ml`: `String.trim s == answer` compares
freshly allocated strings and is always `false`; the test also asserted
through Alcotest's `pass` (never fails), so it went unnoticed. Finished
with
  `check bool` + `String.equal`.
- `backtrace.ml`: `frame_eq` compared `.process` with `==`, which only
works
because every frame shares the same `!my_name` string — use
`String.equal`,
  like the adjacent `.filename` check.
- `f.ml`: comment explaining why the `h == h'` guard in
`coalesce_request` is
  deliberately physical (same open handle ⇒ same source file).

The 7 remaining uses are deliberate: fast paths, cycle detection, and
identity
comparisons on values that can't be compared structurally.

3667 of 4642 relevant lines covered (79.0%)

0.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 python3.11 - 34613634581.1 11 Sep 2026 03:02PM UTC 36
79.0
GitHub Action Run
Source Files on build 34613634581
  • Tree
  • List 36
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #34613634581
  • 9b063f68 on github
  • Prev Build on gh-readonly-queue/master/pr-7257-7953883a73e9e429c3cee71c69ab05cad0919fe4 (#34453669969)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc