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

supabase / cli / 32761862440
62%

Build:
DEFAULT BRANCH: develop
Ran 24 Aug 2026 06:21PM UTC
Jobs 1
Files 95
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

24 Aug 2026 06:05PM UTC coverage: 62.406%. Remained the same
32761862440

push

github

web-flow
fix(deps): bump github.com/oapi-codegen/runtime from 1.6.0 to 1.7.0 in /apps/cli-go in the go-minor group across 1 directory (#6306)

Bumps the go-minor group with 1 update in the /apps/cli-go/pkg
directory:
[github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime).

Updates `github.com/oapi-codegen/runtime` from 1.6.0 to 1.7.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/oapi-codegen/runtime/releases">github.com/oapi-codegen/runtime's
releases</a>.</em></p>
<blockquote>
<h2>v1.7.0: Extensions for OpenAPI 3.1 parameter binding</h2>
<p>This release teaches the parameter binders about OpenAPI 3.1
multi-type unions, and fixes a long-standing panic on the request
binding path. As with v1.6.0, new behavior is controlled by explicit
settings rather than assumptions: binding stays exactly as it was unless
the new options are used.</p>
<h2>Notable Changes</h2>
<h3>Binding OpenAPI 3.1 multi-type union parameters</h3>
<p>OpenAPI 3.1 allows a parameter's <code>type</code> to be a list, such
as <code>type: [string, integer]</code>. Go has no type meaning
&quot;one of these&quot;, so generated code maps such parameters to
<code>any</code> — which the binders previously rejected outright with
<code>can not bind to destination of type: interface</code>, making
these parameters unusable.</p>
<p>The binder options structs (<code>BindStyledParameterOptions</code>,
<code>BindQueryParameterOptions</code>,
<code>BindStringToObjectOptions</code>) gain a <code>Types
[]string</code> field carrying the union's member list. It is only
consulted when the destination is an <code>any</code>; binding into
every concrete Go type is completely unchanged. The value binds to the
first member that parses, trying <code>boolean</code>,
<code>integer</code>, <code>number</code>, then <code>string</code> —
most restrictive first, since a string always parses. Member detection
follows the JSON number grammar (RFC 8259), so value... (continued)

5571 of 8927 relevant lines covered (62.41%)

6.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32761862440.1 24 Aug 2026 06:21PM UTC 95
62.41
GitHub Action Run
Source Files on build 32761862440
  • Tree
  • List 95
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32761862440
  • cce085d5 on github
  • Prev Build on gh-readonly-queue/develop/pr-6307-fb2ee96ef4bc132dfb8834bda8147558b62d07a8 (#32760433278)
  • Next Build on develop (#32764888488)
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