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

supabase / supabase-swift / 28598361940
81%

Build:
DEFAULT BRANCH: main
Ran 02 Jul 2026 02:48PM UTC
Jobs 1
Files 94
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

02 Jul 2026 02:36PM UTC coverage: 80.991% (-0.2%) from 81.186%
28598361940

push

github

web-flow
ci: fix API stability check output and PR comment failure (#1051)

* ci: trigger release-please for v3 branch

* ci: fix API stability check output and PR comment failure

The check was capturing the entire swift build log (thousands of lines)
into API_OUTPUT, causing two problems:
- The PR comment action failed with "Argument list too long" because the
  huge string was passed as an environment variable to the Node process
- The comment body was unreadable, burying the actual breakage lines
  in package-fetch and compilation noise

Fix the script to dump the full build log to stderr (still visible in
CI logs) and emit only the "API breakage:" lines to stdout. The workflow
now captures only stdout, so API_OUTPUT contains just the ~15 relevant
lines instead of thousands. Also replace the unsafe `EOF` heredoc
delimiter with a random token to prevent injection if the output ever
contains a bare "EOF" line.

* revert: remove v3 branch trigger from release.yml

7499 of 9259 relevant lines covered (80.99%)

37.01 hits per line

Coverage Regressions

Lines Coverage ∆ File
21
25.55
-11.68% Sources/Auth/Internal/Keychain.swift
3
97.35
-2.65% Sources/Helpers/AnyJSON/AnyJSON.swift
Jobs
ID Job ID Ran Files Coverage
1 28598361940.1 02 Jul 2026 02:48PM UTC 94
80.99
GitHub Action Run
Source Files on build 28598361940
  • Tree
  • List 94
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28598361940
  • 062cc397 on github
  • Prev Build on main (#28589502983)
  • Next Build on main (#28599450566)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc