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

UI5 / webcomponents-react / 25426375855 / 8 – playwright
84%
main: 83%

Build:
Build:
LAST BUILD BRANCH: renovate/chromaui-action-16.10.x
DEFAULT BRANCH: main
Ran 06 May 2026 09:18AM UTC
Files 9
Run time 0s
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: 86.98%. Remained the same
playwright – 25426375855.8

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>

208 of 256 branches covered (81.25%)

Branch coverage included in aggregate %.

273 of 297 relevant lines covered (91.92%)

57.23 hits per line

Source Files on job playwright - 25426375855.8
  • Tree
  • List 9
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25426375855
  • 8396f8d0 on github
  • Prev Job for on gh-readonly-queue/main/pr-8552-a878d16c015ab342584e3693db0782f06dc5f6bd (#25426316744.1)
  • 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