test(server): harden HttpApi exercise coverage

This commit is contained in:
Kit Langton
2026-05-08 17:15:34 -04:00
parent 75308ea47d
commit c5b4bbd0a7
11 changed files with 452 additions and 174 deletions

View File

@@ -68,6 +68,11 @@ jobs:
env:
OPENCODE_EXPERIMENTAL_DISABLE_FILEWATCHER: ${{ runner.os == 'Windows' && 'true' || 'false' }}
- name: Run HttpApi exerciser gates
if: runner.os == 'Linux'
working-directory: packages/opencode
run: bun run test:httpapi
- name: Publish unit reports
if: always()
uses: mikepenz/action-junit-report@v6