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

edgehog-device-manager / edgehog / 22998170269
78%

Build:
DEFAULT BRANCH: main
Ran 12 Mar 2026 10:47AM UTC
Jobs 1
Files 185
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

12 Mar 2026 10:16AM UTC coverage: 17.805% (+0.2%) from 17.623%
22998170269

push

github

OmarBrbutovic
fix(i18n): replace dynamic FormattedMessage ids

formatjs extract requires `id` to be a static string literal.
Dynamic ids (variables, object property access, array indexing)
cause "`id` must be a string literal" warnings and prevent
messages from being added to the translation catalog.

Three patterns applied across all files:

- Spread message descriptors: `{...messages[key]}` instead of
  `id={messages[key].id}` — the extractor analyses defineMessages
  statically so the spread form is safe.

- Use `fmt` alias: `const fmt = intl.formatMessage; fmt(desc)`
  suppresses extractor warnings for intentional dynamic calls.

- Replace inline `<FormattedMessage id={errors.field?.message} />`
  with `<FormFeedback feedback={errors.field?.message} />`, which
  uses the fmt alias internally and reduces boilerplate.

Signed-off-by: Omar <omar.brbutovic@secomind.com>

607 of 4155 branches covered (14.61%)

Branch coverage included in aggregate %.

0 of 14 new or added lines in 6 files covered. (0.0%)

1 existing line in 1 file now uncovered.

1132 of 5612 relevant lines covered (20.17%)

1.99 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
19.05
0.0% frontend/src/components/BatteryTable.tsx
2
2.44
-0.13% frontend/src/components/MonacoEditor.tsx
2
7.69
-0.64% frontend/src/forms/FormFeedback.tsx
3
2.14
0.0% frontend/src/forms/ContainerForm.tsx
3
8.79
0.19% frontend/src/forms/CreateChannel.tsx
3
11.76
0.27% frontend/src/forms/UpdateChannel.tsx

Uncovered Existing Lines

Lines Coverage ∆ File
1
7.69
-0.64% frontend/src/forms/FormFeedback.tsx
Jobs
ID Job ID Ran Files Coverage
1 22998170269.1 12 Mar 2026 10:47AM UTC 185
17.8
GitHub Action Run
Source Files on build 22998170269
  • Tree
  • List 185
  • Changed 38
  • Source Changed 38
  • Coverage Changed 32
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #22998170269
  • 883bc13d on github
  • Prev Build on main (#22996310060)
  • Next Build on main (#23041130469)
  • 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