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

supabase / supautils / 13426439732
88%

Build:
DEFAULT BRANCH: master
Ran 20 Feb 2025 02:32AM UTC
Jobs 1
Files 7
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

20 Feb 2025 02:16AM UTC coverage: 86.84%. Remained the same
13426439732

push

github

steve-chavez
test: make schema public create compat on pg >= 16

Starting from pg16 not every role can create objects on the public schema by default,
this is troublesome for tests that need to create objects using any
role since in each test file we need to `grant` explicit privileges.

Instead we make grant these privileges globally on `test/fixtures.sql`:
```
grant all on schema public to privileged_role;
grant all on schema public to rolecreator;
grant all on schema public to supabase_storage_admin;
```

937 of 1079 relevant lines covered (86.84%)

24.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 13426439732.1 20 Feb 2025 02:32AM UTC 7
86.84
GitHub Action Run
Source Files on build 13426439732
  • Tree
  • List 7
  • Changed 1
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #13426439732
  • f6228aaf on github
  • Prev Build on master (#13398623819)
  • Next Build on master (#13515663825)
  • Delete
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