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

Alan-Jowett / CoPilot-For-Consensus / 20360300742 / 26
78%
main: 78%

Build:
DEFAULT BRANCH: main
Ran 19 Dec 2025 02:36PM UTC
Files 5
Run time 34min
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

19 Dec 2025 04:58AM UTC coverage: 73.171%. First build
20360300742.26

push

github

web-flow
Convert ingestion service to continuous operation with REST API for source management (#414)

* Initial plan

* Add REST API and continuous service mode to ingestion

- Add FastAPI and uvicorn dependencies
- Create app/api.py with REST endpoints for source management
- Create app/scheduler.py for periodic ingestion
- Update app/service.py with source management methods and status tracking
- Convert main.py to continuous service with FastAPI and scheduler
- Update docker-compose.yml with HTTP port and scheduling config
- Change restart policy to unless-stopped for continuous operation

Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

* Add tests and documentation for REST API and scheduler

- Create test_api.py with 19 test cases for REST API endpoints
- Create test_scheduler.py with 6 test cases for scheduler
- Update README.md with continuous service documentation and API examples
- Fix service.py to handle both _ConfigWithDefaults and SimpleNamespace configs
- Mark 2 tests as xfail due to InMemoryDocumentStore limitations (update/delete)
- All 23 tests pass (2 xfail expected)

Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

* Address code review feedback

- Fix logging calls to use proper placeholders instead of f-strings
- Change tuple[bool, str] to Tuple[bool, str] for Python 3.8 compatibility
- Import Tuple from typing module
- All 23 tests still pass (2 xfail expected)

Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

* Fix docker-compose CI for continuous ingestion service

- Change from batch job (`docker compose run`) to continuous service (`docker compose up -d`)
- Wait for ingestion service to become healthy
- Use REST API to trigger ingestion for test-mailbox source
- Check ingestion status via API endpoint
- Allow service to run continuously without blocking CI

Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

* Address code re... (continued)

90 of 123 relevant lines covered (73.17%)

0.73 hits per line

Source Files on job copilot_reporting - 20360300742.26
  • Tree
  • List 5
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20360300742
  • 04926539 on github
  • Next Job for on main (#20361587338.10)
  • 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