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

supabase / supabase-swift / 32842924889
87%

Build:
DEFAULT BRANCH: main
Ran 25 Aug 2026 11:37AM 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 11:33AM UTC coverage: 87.062%. Remained the same
32842924889

push

github

web-flow
feat(postgrest): diagnose stored properties with no type annotation (#1274)

`postgrestStoredProperties()` reads syntax, so a property written
`var isDone = false` offers no annotation to read and was dropped from
`CodingKeys`, `columnName(for:)`, `Insert` and `Update`. The initializer
doubles as a decoding default, so the type still compiled, the column
never round-tripped, and the mistake surfaced only once a query named
the key path and hit the generated `fatalError`.

A macro cannot recover the type from the initializer expression, so
`@Table` and `@SelectionOf` now report one error per offending property,
pointing at the property and naming the annotation to add.

Co-authored-by: Claude <noreply@anthropic.com>

9199 of 10566 relevant lines covered (87.06%)

1016357.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32842924889.1 25 Aug 2026 11:37AM UTC 108
87.06
GitHub Action Run
Source Files on build 32842924889
  • 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 #32842924889
  • d57414c7 on github
  • Prev Build on main (#32831862514)
  • Next Build on main (#32873232778)
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