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

safe-global / safe-decoder-service / 27293513379
91%

Build:
DEFAULT BRANCH: main
Ran 10 Jun 2026 05:24PM UTC
Jobs 1
Files 68
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

10 Jun 2026 05:22PM UTC coverage: 91.403% (+0.2%) from 91.241%
27293513379

push

github

web-flow
Fix connections left idle in transaction exhausting Postgres slots (#297)

- Release the read transaction in get_contract_metadata_task before the
  external metadata download, via a scoped with_db_session_context block, so
  the connection is returned to the pool instead of sitting idle in
  transaction during slow HTTP calls.
- Add with_db_session_context async context manager and reuse it in the
  db_session_context decorator and the startup ABI initialization, ensuring
  the session/connection is always released on exit.
- Set Postgres idle_in_transaction_session_timeout per connection as a
  backstop so leaked transactions are reclaimed (configurable, default 30s).

28 of 34 new or added lines in 5 files covered. (82.35%)

1329 of 1454 relevant lines covered (91.4%)

0.91 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
0.0
0.0% app/commands/register_commands.py
3
69.62
-0.38% app/main.py
Jobs
ID Job ID Ran Files Coverage
1 27293513379.1 10 Jun 2026 05:24PM UTC 68
91.4
GitHub Action Run
Source Files on build 27293513379
  • Tree
  • List 68
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 723096d4 on github
  • Prev Build on main (#27277396790)
  • Next Build on main (#27293521638)
  • 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