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

ossia / libossia / 33885586992
52%

Build:
DEFAULT BRANCH: master
Ran 04 Sep 2026 03:28PM UTC
Jobs 1
Files 507
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

04 Sep 2026 02:45PM UTC coverage: 51.366% (-0.01%) from 51.376%
33885586992

push

github

jcelerier
qt: expose qml_ble_service callbacks, report BLE failures

qml_bluetooth_scanner and qml_ble_controller receive their callbacks
from C++, where the factory reads them off the config object. A service
is different: script obtains it from controller.service() and assigns
the callbacks itself. Those members had no W_PROPERTY, so the
assignments landed on the JS wrapper and never reached C++:
onDetailsDiscovered and onCharacteristicChanged stayed non-callable, no
characteristic was ever subscribed, and no notification was ever
delivered. A BLE device would connect and then sit silent with nothing
logged anywhere.

Declare the five callbacks as meta-properties, and give the service
methods a diagnostic path: enableNotifications(), readCharacteristic(),
writeCharacteristic(), writeCharacteristicNoResponse() and
disableNotifications() all returned silently when the characteristic
was unknown or had no CCCD, which are the two failure modes a script
cannot otherwise distinguish from a device that simply sends nothing.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

30605 of 59582 relevant lines covered (51.37%)

178297.29 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
47.1
-0.62% src/ossia/network/oscquery/oscquery_mirror.cpp
2
87.5
-1.67% src/ossia/dataflow/exec_pool.hpp
1
13.31
-0.03% src/ossia/network/value/value_variant_impl.hpp
Jobs
ID Job ID Ran Files Coverage
1 33885586992.1 04 Sep 2026 03:28PM UTC 507
51.37
GitHub Action Run
Source Files on build 33885586992
  • Tree
  • List 507
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f2258ec6 on github
  • Prev Build on master (#33336873879)
  • Next Build on master (#33976942710)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc