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

safe-global / safe-transaction-service / 17467561510
91%
master: 100%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 04 Sep 2025 02:44PM UTC
Jobs 1
Files 207
Run time 2min
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

04 Sep 2025 02:40PM UTC coverage: 94.464%. Remained the same
17467561510

push

github

Uxio0
Remove some not used indexes for InternalTx

After analyzing usage of indexes in production:

- `call_type`, `tx_type` and `refund_address` indexes are never used.
- `value`, `to`, `timestamp` and `block_number` are close to no usage.
- `_from` index is covered in `("_from", "timestamp", "id")` index

Raw data about index usage in Mainnet and Worldchain production
databases:

```
mainnet => select schemaname || '.' || indexrelname as index, idx_scan, last_idx_scan from pg_stat_user_indexes;
                                 index                                  |  idx_scan  |         last_idx_scan
------------------------------------------------------------------------+------------+-------------------------------
 public.account_abstraction_safeoperation_pkey                          |       3305 | 2025-09-03 11:32:24.308323+00
 public.account_abstraction_safeoperation_user_operation_id_key         |     194047 | 2025-09-03 12:16:44.046243+00
 public.account_abstraction_safeoperationconfirmation_pkey              |          0 |
 public.account_abstraction_useroperation_pkey                          |     393064 | 2025-09-03 12:16:44.046243+00
 public.account_abstraction_useroperationreceipt_pkey                   |          0 |
 public.account_abstraction_useroperationreceipt_user_operation_id_key  |     196116 | 2025-09-03 12:16:44.046243+00
 public.auth_group_name_key                                             |          0 |
 public.auth_group_permissions_group_id_permission_id_0cd325b0_uniq     |          0 |
 public.auth_group_permissions_pkey                                     |          0 |
 public.auth_group_pkey                                                 |          0 |
 public.auth_permission_content_type_id_codename_01ab375a_uniq          |        824 | 2025-09-03 06:07:39.418652+00
 public.auth_permission_pkey                                            |          0 |
 public.auth_user_groups_pkey                                       ... (continued)

4 of 4 new or added lines in 1 file covered. (100.0%)

16209 of 17159 relevant lines covered (94.46%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 17467561510.1 04 Sep 2025 02:44PM UTC 207
94.46
GitHub Action Run
Source Files on build 17467561510
  • Tree
  • List 207
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17467561510
  • fd59041e on github
  • Prev Build on main (#17429878327)
  • Next Build on main (#17638365299)
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