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

run-llama / workflows-py / 21306150619
91%

Build:
DEFAULT BRANCH: main
Ran 24 Jan 2026 12:49AM UTC
Jobs 4
Files 146
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

24 Jan 2026 12:49AM UTC coverage: 91.267% (-0.2%) from 91.438%
21306150619

push

github

web-flow
Add resource validation to workflow.validate() (#303)

* feat: Add resource and resource config validation to workflow validate()

Adds optional resource validation to validate():

- validate_resource_configs (default True): Validates config files exist
  and match their Pydantic schemas
- validate_resources (default False): Resolves resource factories, also
  catches circular dependencies via ResourceManager

Key implementation:
- _validate_resource_configs(): Stack-based traversal of all resources
  and their dependencies, validates _ResourceConfig instances
- _validate_resources(): Resolves resources via ResourceManager.get()
- validate() now runs even with disable_validation=True when called
  explicitly
- Python 3.9 compat: restore event loop after asyncio.run()

* Create smooth-donkeys-run.md

* Update test_resources.py

Kill off a silly extra test

---------

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

16 of 48 new or added lines in 1 file covered. (33.33%)

25 existing lines in 3 files now uncovered.

12112 of 13271 relevant lines covered (91.27%)

1.01 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
32
63.59
-8.82% packages/llama-index-workflows/src/workflows/workflow.py

Uncovered Existing Lines

Lines Coverage ∆ File
1
63.59
-8.82% packages/llama-index-workflows/src/workflows/workflow.py
8
96.31
1.49% src/workflows/workflow.py
16
95.31
-2.61% tests/test_resources.py
Jobs
ID Job ID Ran Files Coverage
1 workflows-dev - 21306150619.1 24 Jan 2026 12:49AM UTC 8
78.59
GitHub Action Run
2 llama-index-integration-tests - 21306150619.2 24 Jan 2026 12:49AM UTC 34
78.98
GitHub Action Run
3 llama-index-utils-workflow - 21306150619.3 24 Jan 2026 12:49AM UTC 33
70.09
GitHub Action Run
4 llama-index-workflows - 21306150619.4 24 Jan 2026 12:49AM UTC 100
95.27
GitHub Action Run
Source Files on build 21306150619
  • Tree
  • List 146
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #21306150619
  • ebaf212b on github
  • Prev Build on main (#21302473779)
  • 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