Commit 3b73da8
Vineeth Wilson
fix(ci): address CodeRabbit review comments on qdrant health-check
- Pin qdrant image from 'latest' to 'v1.17.0' for reproducibility
- Upgrade health-check from bare TCP to HTTP /healthz probe via bash TCP
so the job waits for Qdrant to be fully serving, not just port-open
- Replace deprecated codecov/test-results-action@v1 with
codecov/codecov-action@v5 using report_type: test_results
- Guard integration test step: skip gracefully when no test_*.py files
exist yet (avoids pytest exit code 4 on empty directory)1 parent 3893521 commit 3b73da8
1 file changed
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
106 | | - | |
| 108 | + | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
110 | | - | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
135 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
0 commit comments