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

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

Build:
Build:
LAST BUILD BRANCH: renovate/chromaui-action-16.x
DEFAULT BRANCH: main
Ran 06 May 2026 09:10AM UTC
Jobs 8
Files 420
Run time 2min
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: 84.149% (-0.03%) from 84.174%
25426265537

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>

2608 of 3400 branches covered (76.71%)

Branch coverage included in aggregate %.

5164 of 5836 relevant lines covered (88.49%)

102666.57 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
79.59
-4.08% packages/main/src/components/AnalyticalTable/tableReducer/stateReducer.ts
Subprojects
ID Flag name Job ID Ran Files Coverage
1 main/src/internal 25426265537.1 06 May 2026 09:09AM UTC 348
15.98
GitHub Action Run
2 base 25426265537.2 06 May 2026 09:10AM UTC 347
16.77
GitHub Action Run
3 playwright 25426265537.3 06 May 2026 09:10AM UTC 9
86.98
GitHub Action Run
4 main/src/webComponents 25426265537.4 06 May 2026 09:10AM UTC 347
14.47
GitHub Action Run
5 compat 25426265537.5 06 May 2026 09:10AM UTC 362
18.66
GitHub Action Run
6 cypress-commands 25426265537.6 06 May 2026 09:10AM UTC 347
15.73
GitHub Action Run
7 main/src/components 25426265537.7 06 May 2026 09:15AM UTC 349
80.8
GitHub Action Run
8 charts 25426265537.8 06 May 2026 09:12AM UTC 404
26.75
GitHub Action Run
Source Files on build 25426265537
  • 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 #25426265537
  • 0d48b51c on github
  • Prev Build on gh-readonly-queue/main/pr-8554-6b61d8c73c845ed2a91fd759437ac01619199189 (#25426265232)
  • 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