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

Alan-Jowett / CoPilot-For-Consensus / 20177266589
82%

Build:
DEFAULT BRANCH: main
Ran 12 Dec 2025 07:14PM UTC
Jobs 15
Files 81
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

12 Dec 2025 07:13PM UTC coverage: 75.755% (-1.4%) from 77.126%
20177266589

push

github

web-flow
Implement Qdrant vector store adapter with UUID-based point IDs (#117)

* Initial plan

* Implement Qdrant vector store adapter with tests and documentation

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

* Fix Qdrant unit tests - use correct mock path for QdrantClient

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

* Fix Qdrant implementation - use UUID for point IDs and query_points API

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

* Fix Qdrant unit test - update mock for query_points API

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

* Improve exception handling in Qdrant store - remove fragile string matching

- Use explicit exception type checking instead of string matching
- Re-raise ValueError for duplicate detection
- Silently proceed on retrieve errors (allows upsert to work)
- More robust and maintainable error handling

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

* Code quality improvements - move imports and simplify collection creation

- Move PointIdsList import to __init__ with other imports
- Remove try/except from _ensure_collection (simpler and clearer)
- All exception handling now uses explicit types, no string matching
- Maintains same functionality with cleaner code

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

* Address PR review comments - improve error messages and code quality

- Show original string IDs in duplicate error messages instead of UUIDs
- Copy payload before mutation to avoid modifying Qdrant's cached objects
- Add better error handling for invalid environment variable values (port, batch_size)
- Remove unused imports: MagicMock, QdrantVectorStore in test files
- Remove unused variables in tests
- Rename test from test_qdrant_backend_not_implemented to test_qdrant_backend_requires_connection
- Fix ImportError test to only run when... (continued)

100 of 144 new or added lines in 3 files covered. (69.44%)

2384 of 3147 relevant lines covered (75.75%)

0.76 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
66.67
-33.33% adapters/copilot_vectorstore/copilot_vectorstore/__init__.py
6
85.71
-14.29% adapters/copilot_vectorstore/copilot_vectorstore/factory.py
34
70.69
adapters/copilot_vectorstore/copilot_vectorstore/qdrant_store.py
Jobs
ID Job ID Ran Files Coverage
1 python-3.11 - 20177266589.1 12 Dec 2025 07:14PM UTC 5
84.31
GitHub Action Run
2 python-3.11 - 20177266589.2 12 Dec 2025 07:15PM UTC 5
94.06
GitHub Action Run
3 python-3.11 - 20177266589.3 12 Dec 2025 07:15PM UTC 7
98.91
GitHub Action Run
4 python-3.11 - 20177266589.4 12 Dec 2025 07:15PM UTC 6
86.15
GitHub Action Run
5 python-3.11 - 20177266589.5 12 Dec 2025 07:15PM UTC 7
70.09
GitHub Action Run
6 python-3.11 - 20177266589.6 12 Dec 2025 07:16PM UTC 5
56.83
GitHub Action Run
7 python-3.11 - 20177266589.7 12 Dec 2025 07:16PM UTC 6
98.99
GitHub Action Run
8 python-3.11 - 20177266589.8 12 Dec 2025 07:16PM UTC 5
58.52
GitHub Action Run
9 python-3.11 - 20177266589.9 12 Dec 2025 07:17PM UTC 9
57.56
GitHub Action Run
10 python-3.11 - 20177266589.10 12 Dec 2025 07:17PM UTC 9
63.98
GitHub Action Run
11 python-3.11 - 20177266589.11 12 Dec 2025 07:17PM UTC 5
73.17
GitHub Action Run
12 python-3.11 - 20177266589.12 12 Dec 2025 07:18PM UTC 2
98.58
GitHub Action Run
13 python-3.11 - 20177266589.13 12 Dec 2025 07:18PM UTC 3
92.96
GitHub Action Run
14 python-3.11 - 20177266589.14 12 Dec 2025 07:18PM UTC 7
94.67
GitHub Action Run
15 python-3.11 - 20177266589.15 12 Dec 2025 07:18PM UTC 3
98.64
GitHub Action Run
Source Files on build 20177266589
  • Tree
  • List 84
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20177266589
  • b5f604fd on github
  • Prev Build on main (#20177036815)
  • Next Build on main (#20177278326)
  • 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