Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
FROM mcr.microsoft.com/devcontainers/base:ubuntu

USER root

RUN apt-get update \
&& apt-get install -y \
curl \
unzip \
git \
python3 \
python3-pip \
build-essential \
&& rm -rf /var/lib/apt/lists/*

USER vscode

RUN curl -fsSL https://bun.sh/install | bash

ENV PATH="/home/vscode/.bun/bin:${PATH}"
7 changes: 7 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "1A Dev Container",
"build": {
"dockerfile": "Dockerfile"
},
"remoteUser": "vscode"
}
255 changes: 255 additions & 0 deletions packages/llm/http-recorder/src/cassette.ts.gcov.html

Large diffs are not rendered by default.

179 changes: 179 additions & 0 deletions packages/llm/http-recorder/src/index-sort-f.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LCOV - lcov.info - ../http-recorder/src</title>
<link rel="stylesheet" type="text/css" href="../../../gcov.css">
</head>

<body>

<table width="100%" border=0 cellspacing=0 cellpadding=0>
<tr><td class="title">LCOV - code coverage report</td></tr>
<tr><td class="ruler"><img src="../../../glass.png" width=3 height=3 alt=""></td></tr>

<tr>
<td width="100%">
<table cellpadding=1 border=0 width="100%">
<tr>
<td width="10%" class="headerItem">Current view:</td>
<td width="10%" class="headerValue"><a href="../../../index.html" title="Click to go to top-level">top level</a> - ../http-recorder/src</td>
<td width="5%"></td>
<td width="5%"></td>
<td width="5%" class="headerCovTableHead">Coverage</td>
<td width="5%" class="headerCovTableHead" title="Covered + Uncovered code">Total</td>
<td width="5%" class="headerCovTableHead" title="Exercised code only">Hit</td>
</tr>
<tr>
<td class="headerItem">Test:</td>
<td class="headerValue">lcov.info</td>
<td></td>
<td class="headerItem">Lines:</td>
<td class="headerCovTableEntryLo">43.7&nbsp;%</td>
<td class="headerCovTableEntry">1063</td>
<td class="headerCovTableEntry">465</td>
</tr>
<tr>
<td class="headerItem">Test Date:</td>
<td class="headerValue">2026-08-28 10:46:17</td>
<td></td>
<td class="headerItem">Functions:</td>
<td class="headerCovTableEntryHi">-</td>
<td class="headerCovTableEntry">0</td>
<td class="headerCovTableEntry">0</td>
</tr>
<tr><td><img src="../../../glass.png" width=3 height=3 alt=""></td></tr>
</table>
</td>
</tr>

<tr><td class="ruler"><img src="../../../glass.png" width=3 height=3 alt=""></td></tr>
</table>

<center>
<table width="80%" cellpadding=1 cellspacing=1 border=0>

<tr>
<td width="40%"><br></td>
<td width="15%"></td>
<td width="15%"></td>
<td width="15%"></td>
<td width="15%"></td>
</tr>

<tr>
<td class="tableHead" rowspan=2>File <span title="Click to sort table by file name" class="tableHeadSort"><a href="index.html"><img src="../../../updown.png" width=10 height=14 alt="Sort by file name" title="Click to sort table by file name" border=0></a></span></td>
<td class="tableHead" colspan=4>Line Coverage <span title="Click to sort table by line coverage" class="tableHeadSort"><a href="index-sort-l.html"><img src="../../../updown.png" width=10 height=14 alt="Sort by line coverage" title="Click to sort table by line coverage" border=0></a></span></td>
</tr>
<tr>
<td class="tableHead" colspan=2> Rate</td>
<td class="tableHead"> Total</td>
<td class="tableHead"> Hit</td>
</tr>
<tr>
<td class="coverFile"><a href="cassette.ts.gcov.html" title="Click to go to file /workspaces/opencode/packages/llm/../http-recorder/src/cassette.ts">cassette.ts</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="../../../ruby.png" width=38 height=10 alt="38.5%"><img src="../../../snow.png" width=62 height=10 alt="38.5%"></td></tr></table>
</td>
<td class="coverPerLo">38.5&nbsp;%</td>
<td class="coverNumDflt">143</td>
<td class="coverNumDflt">55</td>
</tr>
<tr>
<td class="coverFile"><a href="internal-effect.ts.gcov.html" title="Click to go to file /workspaces/opencode/packages/llm/../http-recorder/src/internal-effect.ts">internal-effect.ts</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="../../../ruby.png" width=54 height=10 alt="54.2%"><img src="../../../snow.png" width=46 height=10 alt="54.2%"></td></tr></table>
</td>
<td class="coverPerLo">54.2&nbsp;%</td>
<td class="coverNumDflt">144</td>
<td class="coverNumDflt">78</td>
</tr>
<tr>
<td class="coverFile"><a href="internal.ts.gcov.html" title="Click to go to file /workspaces/opencode/packages/llm/../http-recorder/src/internal.ts">internal.ts</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="../../../emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0&nbsp;%</td>
<td class="coverNumDflt">8</td>
<td class="coverNumDflt">8</td>
</tr>
<tr>
<td class="coverFile"><a href="matching.ts.gcov.html" title="Click to go to file /workspaces/opencode/packages/llm/../http-recorder/src/matching.ts">matching.ts</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="../../../ruby.png" width=51 height=10 alt="51.2%"><img src="../../../snow.png" width=49 height=10 alt="51.2%"></td></tr></table>
</td>
<td class="coverPerLo">51.2&nbsp;%</td>
<td class="coverNumDflt">86</td>
<td class="coverNumDflt">44</td>
</tr>
<tr>
<td class="coverFile"><a href="recorder.ts.gcov.html" title="Click to go to file /workspaces/opencode/packages/llm/../http-recorder/src/recorder.ts">recorder.ts</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="../../../amber.png" width=76 height=10 alt="76.2%"><img src="../../../snow.png" width=24 height=10 alt="76.2%"></td></tr></table>
</td>
<td class="coverPerMed">76.2&nbsp;%</td>
<td class="coverNumDflt">42</td>
<td class="coverNumDflt">32</td>
</tr>
<tr>
<td class="coverFile"><a href="redaction.ts.gcov.html" title="Click to go to file /workspaces/opencode/packages/llm/../http-recorder/src/redaction.ts">redaction.ts</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="../../../amber.png" width=77 height=10 alt="77.1%"><img src="../../../snow.png" width=23 height=10 alt="77.1%"></td></tr></table>
</td>
<td class="coverPerMed">77.1&nbsp;%</td>
<td class="coverNumDflt">96</td>
<td class="coverNumDflt">74</td>
</tr>
<tr>
<td class="coverFile"><a href="redactor.ts.gcov.html" title="Click to go to file /workspaces/opencode/packages/llm/../http-recorder/src/redactor.ts">redactor.ts</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="../../../amber.png" width=80 height=10 alt="80.2%"><img src="../../../snow.png" width=20 height=10 alt="80.2%"></td></tr></table>
</td>
<td class="coverPerMed">80.2&nbsp;%</td>
<td class="coverNumDflt">91</td>
<td class="coverNumDflt">73</td>
</tr>
<tr>
<td class="coverFile"><a href="schema.ts.gcov.html" title="Click to go to file /workspaces/opencode/packages/llm/../http-recorder/src/schema.ts">schema.ts</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="../../../emerald.png" width=98 height=10 alt="98.2%"><img src="../../../snow.png" width=2 height=10 alt="98.2%"></td></tr></table>
</td>
<td class="coverPerHi">98.2&nbsp;%</td>
<td class="coverNumDflt">55</td>
<td class="coverNumDflt">54</td>
</tr>
<tr>
<td class="coverFile"><a href="socket.ts.gcov.html" title="Click to go to file /workspaces/opencode/packages/llm/../http-recorder/src/socket.ts">socket.ts</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="../../../ruby.png" width=8 height=10 alt="8.1%"><img src="../../../snow.png" width=92 height=10 alt="8.1%"></td></tr></table>
</td>
<td class="coverPerLo">8.1&nbsp;%</td>
<td class="coverNumDflt">270</td>
<td class="coverNumDflt">22</td>
</tr>
<tr>
<td class="coverFile"><a href="websocket.ts.gcov.html" title="Click to go to file /workspaces/opencode/packages/llm/../http-recorder/src/websocket.ts">websocket.ts</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="../../../ruby.png" width=20 height=10 alt="19.5%"><img src="../../../snow.png" width=80 height=10 alt="19.5%"></td></tr></table>
</td>
<td class="coverPerLo">19.5&nbsp;%</td>
<td class="coverNumDflt">128</td>
<td class="coverNumDflt">25</td>
</tr>
<tr>
<td class="footnote" colspan=5>Note: 'Function Coverage' columns elided as function owner is not identified.</td>
</tr>
</table>
</center>
<br>

<table width="100%" border=0 cellspacing=0 cellpadding=0>
<tr><td class="ruler"><img src="../../../glass.png" width=3 height=3 alt=""></td></tr>
<tr><td class="versionInfo">Generated by: <a href="https://github.com//linux-test-project/lcov">LCOV version 2.0-1</a></td></tr>
</table>
<br>

</body>
</html>
Loading
Loading