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

run-llama / workflows-py / 21728351017
81%

Build:
DEFAULT BRANCH: main
Ran 05 Feb 2026 09:02PM UTC
Jobs 6
Files 107
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

05 Feb 2026 09:02PM UTC coverage: 81.442% (-0.05%) from 81.49%
21728351017

push

github

web-flow
Fix openapi generation script to use correct module path (#335)

* Fix openapi generation script to use correct module path

The hatch script `server:openapi` was invoking `python -m workflows.server.server`,
but `workflows.server` is just a re-export shim with no `server.py` submodule.
The actual module with the `__main__` block lives at `llama_agents.server.server`.

* Move OpenAPI generation from workflows package to server package

The hatch openapi script and CI workflow were configured in the
llama-index-workflows package, which required a special hatch environment
with the `server` extra to access the server module. Since the actual
server code lives in llama-agents-server, move everything there where
all dependencies are already available directly.

- Add hatch config and openapi script to llama-agents-server pyproject.toml
- Remove hatch config and hatch dev dep from llama-index-workflows pyproject.toml
- Update publish_openapi.yml to run from packages/llama-agents-server

6745 of 8282 relevant lines covered (81.44%)

0.81 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
4
86.13
-1.07% packages/llama-index-workflows/src/workflows/runtime/control_loop.py
Jobs
ID Job ID Ran Files Coverage
1 llama-agents-dev - 21728351017.1 05 Feb 2026 09:02PM UTC 10
79.62
GitHub Action Run
2 llama-agents-integration-tests - 21728351017.2 05 Feb 2026 09:03PM UTC 39
69.46
GitHub Action Run
3 llama-index-workflows - 21728351017.3 05 Feb 2026 09:02PM UTC 40
92.21
GitHub Action Run
4 llama-index-utils-workflow - 21728351017.4 05 Feb 2026 09:03PM UTC 1
71.33
GitHub Action Run
5 llama-agents-client - 21728351017.5 05 Feb 2026 09:02PM UTC 4
86.22
GitHub Action Run
6 llama-agents-server - 21728351017.6 05 Feb 2026 09:02PM UTC 13
89.34
GitHub Action Run
Source Files on build 21728351017
  • Tree
  • List 107
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #21728351017
  • e9c1fa44 on github
  • Prev Build on main (#21726934371)
  • Next Build on main (#21729130654)
  • 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