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

UI5 / webcomponents-react / 25543103990 / 7 – charts
84%
main: 83%

Build:
Build:
LAST BUILD BRANCH: chore/ci-explicit-permissions
DEFAULT BRANCH: main
Ran 08 May 2026 07:39AM UTC
Files 404
Run time 20s
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

08 May 2026 07:29AM UTC coverage: 26.713% (+0.006%) from 26.707%
charts – 25543103990.7

push

github

web-flow
refactor(MessageView): fix for Useless conditional (#8555)

To fix this without changing behavior, remove the redundant `groupName
&&` check in the JSX where `ListItemGroup` is rendered, since control
flow has already excluded falsy `groupName`.

Best single change:
- In `packages/main/src/components/MessageView/index.tsx`, inside the
`groupedMessages.map` callback, replace:
- `{groupName && <ListItemGroup
headerText={groupName}>{items}</ListItemGroup>}`
  with:
  - `<ListItemGroup headerText={groupName}>{items}</ListItemGroup>`

This preserves functionality exactly while eliminating the always-true
conditional that CodeQL reports.


_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>

486 of 3071 branches covered (15.83%)

Branch coverage included in aggregate %.

1798 of 5479 relevant lines covered (32.82%)

311.79 hits per line

Source Files on job charts - 25543103990.7
  • Tree
  • List 404
  • Changed 4
  • Source Changed 4
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25543103990
  • a500163b on github
  • Prev Job for on gh-readonly-queue/main/pr-8555-0f8f63ea5402cbeee7f6437b37fc24ddf7922205 (#25543084375.6)
  • 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