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

run-llama / workflows-py / 23005742188 / 7
77%
main: 77%

Build:
DEFAULT BRANCH: main
Ran 12 Mar 2026 02:02PM UTC
Files 29
Run time 7s
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

12 Mar 2026 02:00PM UTC coverage: 81.088%. First build
23005742188.7

push

github

web-flow
fix: defer llama-index-core imports to avoid Python 3.9 crash (#423)

llama-index-core 0.14.16 uses PEP 604 union syntax (`X | Y`) at runtime
in prompt_helper.py without `from __future__ import annotations`, which
causes a TypeError on Python 3.9. Move the llama-index-core imports
behind TYPE_CHECKING for type annotations, and defer runtime imports
into the functions that need them.

https://claude.ai/code/session_01Y8F2k2652rEyVCxnQquAua

Co-authored-by: Claude <noreply@anthropic.com>

2028 of 2501 relevant lines covered (81.09%)

0.81 hits per line

Source Files on job llama-agents-server - 23005742188.7
  • Tree
  • List 29
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 23005742188
  • 7bafb659 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