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

supabase / supabase-swift / 32831138299
87%

Build:
DEFAULT BRANCH: main
Ran 25 Aug 2026 09:20AM UTC
Jobs 1
Files 108
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

25 Aug 2026 09:17AM UTC coverage: 87.034%. Remained the same
32831138299

push

github

web-flow
feat(postgrest): add actionable macro diagnostics (#1261)

@Table on a class, @Relationship on a @Table property, and @SelectionOf
without a relation type now produce errors pointing at the offending node
instead of a confusing expansion failure. @SelectionOf on a class is
covered too, for the same reason @Table needs it.

Emitted through context.diagnose rather than thrown as
MacroExpansionErrorMessage: a thrown error lands on the attribute, which
is wrong for the @Relationship case — the reader needs to see the property
that caused it.

The @Relationship guard is forward-looking. That macro lands in stage 3,
so today a user who writes it gets "unknown attribute" from the compiler
first. Matching on the attribute name puts the guard in place for the day
it exists, and the code comment says so.

9196 of 10566 relevant lines covered (87.03%)

90.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32831138299.1 25 Aug 2026 09:20AM UTC 108
87.03
GitHub Action Run
Source Files on build 32831138299
  • Tree
  • List 108
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32831138299
  • 8ee0a6bf on github
  • Prev Build on main (#32830303852)
  • Next Build on main (#32831862514)
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