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

UI5 / webcomponents-react / 25426826672 / 7 – base
84%
main: 84%

Build:
DEFAULT BRANCH: main
Ran 06 May 2026 09:29AM UTC
Files 347
Run time 11s
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: 16.774% (-0.01%) from 16.786%
base – 25426826672.7

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>

73 of 2305 branches covered (3.17%)

Branch coverage included in aggregate %.

1072 of 4521 relevant lines covered (23.71%)

28.59 hits per line

Source Files on job base - 25426826672.7
  • Tree
  • List 347
  • Changed 4
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25426826672
  • 8396f8d0 on github
  • Prev Job for on main (#25426316744.5)
  • Next Job for 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