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

supabase / pg_net / 35230435268
95%

Build:
DEFAULT BRANCH: master
Ran 17 Sep 2026 02:00PM UTC
Jobs 1
Files 6
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

17 Sep 2026 01:57PM UTC coverage: 94.286%. Remained the same
35230435268

push

github

web-flow
test: start using psycopg directly in tests (#287)

Currently we use sqlalchemy in the tests to interface with
postgres. Sqlalchemy provides ORM, multi database connection capability,
and a lot of other functionality that we probably don't need in a test
suite for a postgres extension. Further it may make it more difficult
for downstream package managers to run our tests.

This commit adds basic infrastrucutre to start using psycopg directly in
testing. The goal here is:
1. provide basic test infra for psycopg (this commit)
2. write all new tests with psycopg, no new tests are written in sqlalchemy
3. any PR that modifies an existing sqlalchemy test should rewrite the test to psycopg
4. move tests over in a one off manner
5. mass movement off all existing tests to psycopg (probably with AI), remove sqlalchemy from external dependencies

528 of 560 relevant lines covered (94.29%)

411.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35230435268.1 17 Sep 2026 02:00PM UTC 6
94.29
GitHub Action Run
Source Files on build 35230435268
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #35230435268
  • 5d060648 on github
  • Prev Build on master (#35230078107)
  • Next Build on master (#35238807360)
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