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

UI5 / cli / 27620244988
94%

Build:
DEFAULT BRANCH: main
Ran 16 Jun 2026 01:16PM UTC
Jobs 6
Files 210
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

16 Jun 2026 01:15PM UTC coverage: 93.873% (-0.05%) from 93.922%
27620244988

push

github

matz3
fix(documentation): Make API sidebar generation deterministic and order-safe

The API sidebar in .vitepress/config.ts is built by walking
fs.readdirSync("docs/api") and merging entries into a tree. Two issues
were causing failures and inconsistencies:

- readdirSync returns entries in filesystem order (insertion order on
  Linux, alphabetical on macOS APFS). When a "module-..." leaf file
  was processed before a sibling that needed to nest under the same
  name (e.g. module-@ui5_logger.md before @ui5_logger_Logger.md), the
  recursion crashed with "Cannot read properties of undefined (reading
  'push')" because the leaf had no items array. This broke the
  build:vitepress step on GitHub Actions.
- Even when it succeeded, sibling order in the generated sidebar
  varied across platforms.

Fixes:
- Sort the readdir result so the input order — and therefore the
  resulting tree — is identical across filesystems.
- Make appendToTree defensive: when a leaf and a branch share a name,
  merge them by promoting the leaf to a branch and attaching the
  module doc as a 'main' child, in either order. This keeps the build
  working even if the sort is removed or the file set changes.

6427 of 7105 branches covered (90.46%)

Branch coverage included in aggregate %.

12279 of 12822 relevant lines covered (95.77%)

5814.27 hits per line

Coverage Regressions

Lines Coverage ∆ File
21
94.47
0.0% packages/project/lib/build/cache/ProjectBuildCache.js
16
74.36
-25.64% packages/project/lib/build/helpers/TaskUtil.js
5
94.58
-0.99% packages/project/lib/build/TaskRunner.js
2
93.97
0.0% packages/project/lib/build/helpers/ProjectBuildContext.js
Subprojects
ID Flag name Job ID Ran Files Coverage
1 fs 27620244988.1 16 Jun 2026 01:16PM UTC 22
89.98
GitHub Action Run
2 builder 27620244988.2 16 Jun 2026 01:17PM UTC 76
94.15
GitHub Action Run
3 logger 27620244988.3 16 Jun 2026 01:16PM UTC 5
100.0
GitHub Action Run
4 project 27620244988.4 16 Jun 2026 01:18PM UTC 70
94.19
GitHub Action Run
5 cli 27620244988.5 16 Jun 2026 01:16PM UTC 23
94.57
GitHub Action Run
6 server 27620244988.6 16 Jun 2026 01:16PM UTC 14
92.6
GitHub Action Run
Source Files on build 27620244988
  • Tree
  • List 210
  • Changed 9
  • Source Changed 8
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27620244988
  • 3f9dce7e on github
  • Prev Build on main (#27607718176)
  • 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