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

UI5 / webcomponents-react / 25426265537 / 2 – base
84%
main: 84%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/babel/plugin-transform-modules-systemjs-7.29.4
DEFAULT BRANCH: main
Ran 06 May 2026 09:16AM UTC
Files 347
Run time 9s
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:06AM UTC coverage: 16.767% (-0.009%) from 16.776%
base – 25426265537.2

push

github

web-flow
refactor(ObjectPageSubSection): replace identical-operator (#8553)

To fix this without changing functionality, remove the redundant logical
conjunction and render `actions` directly.

- **General approach:** replace identical-operand boolean short-circuit
expressions (`x && x`) with the single operand (`x`) when used in JSX
output.
- **Best fix here:** in
`packages/main/src/components/ObjectPageSubSection/index.tsx`, update
line 123 from `{actions && actions}` to `{actions}`.
- **Why safe:** in React rendering, `null`, `undefined`, and `false` are
not rendered. Rendering `{actions}` directly keeps behavior equivalent
for valid `ReactNode` values while eliminating the redundant expression.
- **No imports, methods, or new definitions** are needed.


_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 2308 branches covered (3.16%)

Branch coverage included in aggregate %.

1072 of 4521 relevant lines covered (23.71%)

28.59 hits per line

Source Files on job base - 25426265537.2
  • 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 25426265537
  • 0d48b51c on github
  • Prev Job for on gh-readonly-queue/main/pr-8553-f9d7466db817a82d2f40be778afc081add3345cf (#25426265232.4)
  • 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