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

Tatsh / destin / 31219682074
100%

Build:
DEFAULT BRANCH: master
Ran 07 Aug 2026 09:32PM UTC
Jobs 5
Files 189
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

07 Aug 2026 09:18PM UTC coverage: 99.984%. Remained the same
31219682074

push

github

Tatsh
harmonix.unpacker: wrap threaded next() in a lambda for ty

The `ty` type checker mis-inferred the awaited value of
`asyncio.to_thread(next, ark_bytes, None)` as an unresolved type-variable
union rather than `bytes`, because it could not resolve the overloaded
`next` through `to_thread`'s `ParamSpec`. Wrapping the call in a zero-argument
lambda hands `to_thread` a concrete `Callable[[], bytes | None]`, so `ty`
narrows `data` to `bytes` after the `is not None` guard. Runtime behaviour is
unchanged and mypy already accepted the original form.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

1428 of 1428 branches covered (100.0%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

11220 of 11222 relevant lines covered (99.98%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31219682074.1 07 Aug 2026 09:32PM UTC 189
99.98
GitHub Action Run
2 31219682074.2 07 Aug 2026 09:39PM UTC 189
99.98
GitHub Action Run
3 31219682074.3 07 Aug 2026 09:41PM UTC 189
99.98
GitHub Action Run
4 31219682074.4 07 Aug 2026 09:41PM UTC 189
99.98
GitHub Action Run
5 31219682074.5 07 Aug 2026 09:44PM UTC 189
99.98
GitHub Action Run
Source Files on build 31219682074
  • Tree
  • List 189
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31219682074
  • 6bcf8361 on github
  • Prev Build on master (#31206382408)
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