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

dg / ai-access / 31344455491
92%

Build:
DEFAULT BRANCH: master
Ran 10 Aug 2026 12:26AM UTC
Jobs 1
Files 62
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

08 Aug 2026 11:19AM UTC coverage: 92.031% (-4.6%) from 96.643%
31344455491

push

github

dg
curl: connection kept alive between requests, headers matched case-insensitively

A tool loop is a burst of requests to one host, and a fresh TCP+TLS handshake
for each was the cheapest latency there was to win: the handle now survives in
the client and is curl_reset for the next request. Taking it out of the property
before use means two transfers can never share it - even when a fiber suspends
a stream mid-flight and other code fires a request meanwhile, that request
simply builds a fresh handle.

Header names are case-insensitive on the wire, so the defaults no longer
duplicate a header the caller spelled differently ('Content-Type' next to
content-type: application/json used to reach the server as two headers).

8 of 12 new or added lines in 1 file covered. (66.67%)

92 existing lines in 16 files now uncovered.

1998 of 2171 relevant lines covered (92.03%)

0.92 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
95.33
-3.13% src/Http/CurlClient.php

Coverage Regressions

Lines Coverage ∆ File
19
83.76
-0.75% src/Provider/OpenAI/Client.php
11
92.14
-7.86% src/Chat/Chat.php
11
84.72
-15.28% src/Provider/OpenAI/ChatResponse.php
8
92.16
-7.84% src/Provider/Gemini/Chat.php
8
93.28
-6.72% src/Provider/OpenAI/Chat.php
6
89.83
-10.17% src/Provider/Gemini/ChatResponse.php
5
90.0
-4.44% src/Provider/Grok/Client.php
4
88.89
-5.56% src/Provider/DeepSeek/Client.php
4
95.74
-1.87% src/Provider/Gemini/Client.php
4
93.22
-0.53% src/Provider/OpenAI/BatchResponse.php
3
89.47
14.47% src/Helpers.php
3
96.84
-3.16% src/Provider/Claude/Chat.php
2
94.12
-0.71% src/Provider/Claude/BatchResponse.php
2
96.08
2.14% src/Provider/Claude/ChatResponse.php
1
95.33
-3.13% src/Http/CurlClient.php
1
96.88
-3.13% src/Provider/DeepSeek/Chat.php
Jobs
ID Job ID Ran Files Coverage
1 31344455491.1 10 Aug 2026 12:26AM UTC 62
92.03
GitHub Action Run
Source Files on build 31344455491
  • Tree
  • List 62
  • Changed 36
  • Source Changed 36
  • Coverage Changed 36
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31344455491
  • 7767bdc9 on github
  • Prev Build on master (#30893095465)
  • Next Build on master (#31345224179)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc