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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/babel/plugin-transform-modules-systemjs-7.29.4
DEFAULT BRANCH: main
Ran 08 May 2026 07:33AM 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

08 May 2026 07:29AM UTC coverage: 84.384% (-0.03%) from 84.409%
25543103990

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>

2608 of 3403 branches covered (76.64%)

Branch coverage included in aggregate %.

5195 of 5844 relevant lines covered (88.89%)

104805.03 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/webComponents 25543103990.1 08 May 2026 07:33AM UTC 347
14.43
GitHub Action Run
2 main/src/components 25543103990.2 08 May 2026 07:39AM UTC 349
81.12
GitHub Action Run
3 cypress-commands 25543103990.3 08 May 2026 07:33AM UTC 347
15.7
GitHub Action Run
4 base 25543103990.4 08 May 2026 07:34AM UTC 347
16.75
GitHub Action Run
5 main/src/internal 25543103990.5 08 May 2026 07:33AM UTC 348
15.96
GitHub Action Run
6 playwright 25543103990.6 08 May 2026 07:33AM UTC 9
86.98
GitHub Action Run
7 charts 25543103990.7 08 May 2026 07:35AM UTC 404
26.71
GitHub Action Run
8 compat 25543103990.8 08 May 2026 07:33AM UTC 362
18.64
GitHub Action Run
Source Files on build 25543103990
  • Tree
  • List 420
  • Changed 6
  • Source Changed 4
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25543103990
  • a500163b on github
  • Prev Build on gh-readonly-queue/main/pr-8472-2ee4725530fe3ac52c4b6ede37667e21cef4ec83 (#25543084375)
  • 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