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

AndreMiras / python-for-android / 25612781388 / 5
63%
develop: 63%

Build:
Build:
LAST BUILD BRANCH: feature/aiohttp_recipe
DEFAULT BRANCH: develop
Ran 09 May 2026 11:32PM UTC
Files 196
Run time 4s
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

09 May 2026 09:53PM UTC coverage: 60.503%. First build
25612781388.5

push

github

AndreMiras
:bug: Fix msgspec recipe import on Python 3.8/3.9

The msgspec recipe added in #3316 uses PEP 585 generic syntax
(dict[str, Any]) in function signatures. Python 3.8 raises
"TypeError: 'type' object is not subscriptable" at import time
because dict only became subscriptable at runtime in Python 3.9.

Adding `from __future__ import annotations` defers annotation
evaluation to strings (PEP 563), restoring 3.8 compatibility.
This release still officially supports Python 3.8 / 3.9.

1195 of 2555 branches covered (46.77%)

Branch coverage included in aggregate %.

5369 of 8294 relevant lines covered (64.73%)

0.65 hits per line

Source Files on job run-ubuntu-latest-3.11 - 25612781388.5
  • Tree
  • List 196
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25612781388
  • 7f3d872d on github
  • 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