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

UI5 / webcomponents-react / 25426375855
84%
main: 84%

Build:
Build:
LAST BUILD BRANCH: renovate/chromaui-action-16.x
DEFAULT BRANCH: main
Ran 06 May 2026 09:12AM 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: 83.981% (-0.2%) from 84.146%
25426375855

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>

2601 of 3397 branches covered (76.57%)

Branch coverage included in aggregate %.

5153 of 5836 relevant lines covered (88.3%)

103357.46 hits per line

Coverage Regressions

Lines Coverage ∆ File
10
79.66
-7.91% packages/main/src/components/FilterBar/index.tsx
1
87.5
-12.5% packages/base/src/hooks/useViewportRange.ts
Subprojects
ID Flag name Job ID Ran Files Coverage
1 main/src/webComponents 25426375855.1 06 May 2026 09:12AM UTC 347
14.46
GitHub Action Run
2 main/src/internal 25426375855.2 06 May 2026 09:12AM UTC 348
15.99
GitHub Action Run
3 base 25426375855.3 06 May 2026 09:12AM UTC 347
16.77
GitHub Action Run
4 compat 25426375855.4 06 May 2026 09:12AM UTC 362
18.67
GitHub Action Run
5 cypress-commands 25426375855.5 06 May 2026 09:12AM UTC 347
15.73
GitHub Action Run
6 main/src/components 25426375855.6 06 May 2026 09:17AM UTC 349
80.58
GitHub Action Run
7 charts 25426375855.7 06 May 2026 09:14AM UTC 404
26.76
GitHub Action Run
8 playwright 25426375855.8 06 May 2026 09:12AM UTC 9
86.98
GitHub Action Run
Source Files on build 25426375855
  • Tree
  • List 420
  • Changed 7
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25426375855
  • 8396f8d0 on github
  • Prev Build on gh-readonly-queue/main/pr-8551-0d48b51ceba133bb0671d22c63191932ebd73898 (#25426316744)
  • 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