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

bacnet-js / client / 22172650479
85%

Build:
DEFAULT BRANCH: master
Ran 19 Feb 2026 07:35AM UTC
Jobs 1
Files 44
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

19 Feb 2026 07:32AM UTC coverage: 82.951%. Remained the same
22172650479

push

github

web-flow
fix(services): map eventNotify to EventNotifyData decoder (#67)

## Summary
Adds an explicit `eventNotify` mapping in `ServicesMap` so Confirmed
Event Notification packets are decoded with `EventNotifyData`.

## Problem
`eventNotify` requests were not explicitly mapped in
`src/lib/services/index.ts`, which could result in incomplete/missing
decoded payload fields downstream (e.g. alarm/event handling relying on
decoded object identifiers and notification fields).

## Change
- File: `src/lib/services/index.ts`
- Added one line in `ServicesMap`:
  - `eventNotify: EventNotifyData,`

## Impact
- Ensures `eventNotify` uses the correct decoder path.
- No changes to other BACnet services.
- Minimal footprint (1 file, 1 line).

## Validation
- Confirmed service dispatch now resolves `eventNotify` to
`EventNotifyData`.
- Confirmed downstream event handling receives decoded payload
structure.

## Compatibility
- Backward compatible.
- No API changes.

877 of 1362 branches covered (64.39%)

Branch coverage included in aggregate %.

5166 of 5923 relevant lines covered (87.22%)

36.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22172650479.1 19 Feb 2026 07:35AM UTC 44
82.95
GitHub Action Run
Source Files on build 22172650479
  • Tree
  • List 44
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #22172650479
  • 9fb90f1e on github
  • Prev Build on master (#22172468942)
  • Next Build on master (#22217025805)
  • 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