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

xapi-project / xen-api / 11293490497
78%
master: 80%

Build:
Build:
LAST BUILD BRANCH: dev/pau/majmin
DEFAULT BRANCH: master
Ran 11 Oct 2024 01:44PM UTC
Jobs 1
Files 37
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 Oct 2024 01:43PM UTC coverage: 78.279%. Remained the same
11293490497

push

github

web-flow
Replace fold with of_list in rbac (#6051)

Folding over a list to add its elements to a set (which is initially
empty) is operationally equivalent to calling of_list (of the set), but
potentially less efficient.

The implementation of of_list only uses `add` for small lists, e.g. the
cases for lists `[x_1; x_2; ...; x_N]` for all `N` in range `2 <= N <=
5` are matched literally and expanded to:
```
add x_N (... (add x_1 (singleton x_0)))
```
However, larger lists are first sorted and the underlying tree
representing the set is constructed directly.

---

This is a stray change I cherry-picked from another branch.

3456 of 4415 relevant lines covered (78.28%)

0.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 python3.11 - 11293490497.1 11 Oct 2024 01:44PM UTC 37
78.28
GitHub Action Run
Source Files on build 11293490497
  • Tree
  • List 37
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #11293490497
  • f7c3e7f0 on github
  • Prev Build on gh-readonly-queue/master/pr-6047-59ea7bc87b736b1e264e81c969efa3451d39fded (#11274448400)
  • Next Build on gh-readonly-queue/master/pr-6051-01b620505dd125c922146969e40c93ffc9d70ac0 (#11293490477)
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