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

zwave-js / zwave-js-ui / 18529551687
20%

Build:
DEFAULT BRANCH: master
Ran 15 Oct 2025 12:54PM UTC
Jobs 1
Files 68
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

15 Oct 2025 12:54PM UTC coverage: 20.286% (-0.2%) from 20.492%
18529551687

push

github

web-flow
feat: implement backend-based firmware update checking with optimized scheduling and refined dialog UX (#4371)

✅ **COMPLETED: Linting issue fixed**

## Lint Fix

### 🔧 Code Style Fix
- **✅ Applied prettier formatting**: Fixed multi-line formatting for
logger.info statement in ZwaveClient.ts
- **✅ All linting checks pass**: ESLint and markdownlint both pass
without errors

## Technical Details

The linter flagged a long logger.info line that needed to be split
across multiple lines for better readability per prettier formatting
rules:

```typescript
// Before (single line - too long)
logger.info(`Next firmware update check scheduled for: ${nextCheckTime}`)

// After (multi-line - properly formatted)
logger.info(
    `Next firmware update check scheduled for: ${nextCheckTime}`,
)
```

This is purely a formatting change with no functional impact. All lint
checks now pass successfully.

Fixes #4366.

<!-- START COPILOT CODING AGENT TIPS -->
---

💬 Share your feedback on Copilot coding agent for the chance to win a
$200 gift card! Click
[here](https://survey3.medallia.com/?EAHeSx-AP01bZqG0Ld9QLQ) to start
the survey.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: robertsLando <11502495+robertsLando@users.noreply.github.com>
Co-authored-by: robertsLando <daniel.sorridi@gmail.com>
Co-authored-by: Dominic Griesel <dominic.griesel@nabucasa.com>

333 of 441 branches covered (75.51%)

Branch coverage included in aggregate %.

0 of 216 new or added lines in 2 files covered. (0.0%)

4033 of 21081 relevant lines covered (19.13%)

1.2 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
0.0
0.0% src/components/nodes-table/nodes-table.js
213
0.0
0.0% api/lib/ZwaveClient.ts
Jobs
ID Job ID Ran Files Coverage
1 18529551687.1 15 Oct 2025 12:54PM UTC 68
20.29
GitHub Action Run
Source Files on build 18529551687
  • Tree
  • List 68
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 6a02bf49 on github
  • Prev Build on master (#18529350372)
  • Next Build on master (#18534313553)
  • 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