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

edgehog-device-manager / edgehog / 23041130469
78%

Build:
DEFAULT BRANCH: main
Ran 13 Mar 2026 07:42AM 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 02:50PM UTC coverage: 17.766% (-0.04%) from 17.805%
23041130469

push

github

JasminaPiric
chore: upgrade ESLint to v9 and migrate to flat config

This PR upgrades ESLint to v9 and migrates the project configuration
to the new flat config system.

The following ESLint-related packages were upgraded:
`npm install
eslint@9
@typescript-eslint/eslint-plugin@latest
@typescript-eslint/parser@latest
eslint-plugin-react-hooks@latest
eslint-plugin-react-refresh@latest
eslint-plugin-testing-library@latest`

ESLint 9 introduces several breaking changes. The most significant one
is that the flat config is now the default configuration format.
Instead of using multiple configuration sources such as .eslintrc.*
files, ESLint now relies on a single configuration file
(eslint.config.js / .cjs / .mjs)

The existing configuration was migrated using the official
ESLint migrator:

`npx @eslint/migrate-config .eslintrc.cjs`

This tool converts the legacy .eslintrc configuration into the new flat
config format and generates the initial eslint.config file

The following package was also installed to help maintain compatibility
with plugins that do not fully support the flat config yet:
`npm install @eslint/compat`

Signed-off-by: Jasmina <jasmina.piric@secomind.com>

603 of 4156 branches covered (14.51%)

Branch coverage included in aggregate %.

10 of 105 new or added lines in 17 files covered. (9.52%)

9 existing lines in 8 files now uncovered.

1132 of 5610 relevant lines covered (20.18%)

1.99 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
82.76
-2.96% frontend/src/components/MultiSelect.tsx
1
89.58
12.92% frontend/src/components/Tabs.tsx
1
6.52
0.0% frontend/src/forms/CreateSystemModel.tsx
1
7.2
0.0% frontend/src/forms/CreateUpdateCampaign.tsx
1
10.77
0.0% frontend/src/forms/ManualOtaFromCollectionForm.tsx
1
9.09
0.0% frontend/src/forms/UpdateSystemModel.tsx
2
70.59
-29.41% frontend/src/components/Figure.tsx
3
15.0
-0.79% frontend/src/components/DeploymentTargetsTabs.tsx
3
15.0
-0.79% frontend/src/components/UpdateTargetsTabs.tsx
3
2.13
-0.01% frontend/src/forms/ContainerForm.tsx
3
7.89
0.0% frontend/src/forms/CreateBaseImageCollection.tsx
3
6.58
0.0% frontend/src/forms/CreateDeploymentCampaign.tsx
5
17.5
0.83% frontend/src/components/WiFiScanResultsTable.tsx
6
6.93
-0.07% frontend/src/components/AddAvailableApplications.tsx
14
6.74
-0.03% frontend/src/forms/CreateRelease.tsx
47
11.72
0.0% frontend/src/pages/Device.tsx

Uncovered Existing Lines

Lines Coverage ∆ File
1
15.0
-0.79% frontend/src/components/DeploymentTargetsTabs.tsx
1
15.0
-0.79% frontend/src/components/UpdateTargetsTabs.tsx
1
2.13
-0.01% frontend/src/forms/ContainerForm.tsx
1
6.52
0.0% frontend/src/forms/CreateSystemModel.tsx
1
7.2
0.0% frontend/src/forms/CreateUpdateCampaign.tsx
1
10.77
0.0% frontend/src/forms/ManualOtaFromCollectionForm.tsx
1
9.09
0.0% frontend/src/forms/UpdateSystemModel.tsx
2
11.72
0.0% frontend/src/pages/Device.tsx
Jobs
ID Job ID Ran Files Coverage
1 23041130469.1 13 Mar 2026 07:42AM UTC 185
17.77
GitHub Action Run
Source Files on build 23041130469
  • Tree
  • List 185
  • Changed 29
  • Source Changed 29
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #23041130469
  • f22d5de7 on github
  • Prev Build on main (#22998170269)
  • Next Build on main (#23041923865)
  • 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