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

UI5 / webcomponents-react / 25426826672
84%

Build:
DEFAULT BRANCH: main
Ran 06 May 2026 09:23AM UTC
Jobs 8
Files 420
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

06 May 2026 09:07AM UTC coverage: 84.144% (-0.002%) from 84.146%
25426826672

push

github

web-flow
refactor(AnalyticalTable - useToggleRowExpand): remove useless conditional (#8552)

To fix this without changing functionality, simplify the boolean
condition in `getToggleRowExpandedProps` at line 24 by removing the
redundant `renderRowSubComponent && ...` branch.

General approach:
- Replace logically redundant boolean expressions with their minimal
equivalent form.
- Keep behavior identical while making intent explicit and avoiding
static-analysis warnings.

Best concrete fix in this file:
- In
`packages/main/src/components/AnalyticalTable/hooks/useToggleRowExpand.ts`,
change:
- `(!renderRowSubComponent || (renderRowSubComponent &&
alwaysShowSubComponent))`
  - to
  - `(!renderRowSubComponent || alwaysShowSubComponent)`

No imports, helper methods, or additional definitions are required.


_Suggested fixes powered by Copilot Autofix. Review carefully before
merging._

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

2605 of 3397 branches covered (76.69%)

Branch coverage included in aggregate %.

5164 of 5836 relevant lines covered (88.49%)

102992.81 hits per line

Subprojects
ID Flag name Job ID Ran Files Coverage
1 playwright 25426826672.1 06 May 2026 09:23AM UTC 9
86.98
GitHub Action Run
2 compat 25426826672.2 06 May 2026 09:23AM UTC 362
18.67
GitHub Action Run
3 main/src/internal 25426826672.3 06 May 2026 09:23AM UTC 348
15.99
GitHub Action Run
4 charts 25426826672.4 06 May 2026 09:25AM UTC 404
26.76
GitHub Action Run
5 cypress-commands 25426826672.5 06 May 2026 09:23AM UTC 347
15.73
GitHub Action Run
6 main/src/webComponents 25426826672.6 06 May 2026 09:23AM UTC 347
14.47
GitHub Action Run
7 base 25426826672.7 06 May 2026 09:24AM UTC 347
16.77
GitHub Action Run
8 main/src/components 25426826672.8 06 May 2026 09:29AM UTC 349
80.79
GitHub Action Run
Source Files on build 25426826672
  • Tree
  • List 420
  • Changed 5
  • Source Changed 4
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25426826672
  • 8396f8d0 on github
  • Prev Build on gh-readonly-queue/main/pr-8551-0d48b51ceba133bb0671d22c63191932ebd73898 (#25426316744)
  • Next Build on main (#25428016367)
  • 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