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

christophevg / yoker / 26390540428
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: feature/14-skill-infrastructure
DEFAULT BRANCH: master
Ran 25 May 2026 08:12AM UTC
Jobs 1
Files 52
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 08:11AM UTC coverage: 83.645% (+0.01%) from 83.631%
26390540428

Pull #5

github

christophevg-agent
fix: properly detect async __call__ methods on handler instances

- Use inspect.iscoroutinefunction instead of asyncio.iscoroutinefunction
  (asyncio.iscoroutinefunction is deprecated in Python 3.16)
- Check handler.__call__ to detect async handlers on instances
- asyncio.iscoroutinefunction(instance) returns False for instances with
  async __call__, but inspect.iscoroutinefunction(instance.__call__)
  returns True
- Add cast for mypy type narrowing

Fixes RuntimeWarning: coroutine 'ConsoleEventHandler.__call__' was never awaited

🤖 Implemented together with a coding agent.
Pull Request #5: feat: add async event handler support (1.7.7)

590 of 678 branches covered (87.02%)

Branch coverage included in aggregate %.

3389 of 4079 relevant lines covered (83.08%)

0.83 hits per line

Coverage Regressions

Lines Coverage ∆ File
92
60.77
0.1% yoker/events/handlers.py
28
86.27
0.18% yoker/agent.py
1
99.33
0.0% yoker/base.py
Jobs
ID Job ID Ran Files Coverage
1 26390540428.1 25 May 2026 08:12AM UTC 52
83.65
GitHub Action Run
Source Files on build 26390540428
  • Tree
  • List 52
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26390540428
  • Pull Request #5
  • PR Base - master (#26388730346)
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