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

jacob-meacham / rotary-voip / 26385719111
59%

Build:
DEFAULT BRANCH: main
Ran 25 May 2026 05:56AM UTC
Jobs 1
Files 46
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

25 May 2026 05:54AM UTC coverage: 59.266% (-0.09%) from 59.354%
26385719111

push

github

jacob-meacham
fix(gpio): filter lgpio callbacks to only fire on requested edge

lgpio's gpio_claim_alert requires specifying which edges to alert on
(we use BOTH so the pin can later have callbacks for any direction).
But lgpio's .callback(... edge ...) parameter is advisory — alerts
delivered to the Python callback fire for both directions regardless.

That caused DialReader to count every pulse twice: each real falling
edge was followed by a rising edge, and both triggered the FALLING-
configured callback. Digit "4" came in as 8 pulses.

Fix is a defensive filter inside the wrapper: only invoke the user
callback when the alert's level matches the requested edge direction.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

0 of 7 new or added lines in 1 file covered. (0.0%)

1 existing line in 1 file now uncovered.

2389 of 4031 relevant lines covered (59.27%)

0.59 hits per line

Uncovered Changes

Lines Coverage ∆ File
7
72.91
-2.22% src/rotary_phone/hardware/gpio_abstraction.py

Coverage Regressions

Lines Coverage ∆ File
1
72.91
-2.22% src/rotary_phone/hardware/gpio_abstraction.py
Jobs
ID Job ID Ran Files Coverage
1 26385719111.1 25 May 2026 05:56AM UTC 46
59.27
GitHub Action Run
Source Files on build 26385719111
  • Tree
  • List 46
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26385719111
  • cc210d63 on github
  • Prev Build on main (#26385350507)
  • Next Build on main (#26386056412)
  • 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