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

safe-global / safe-client-gateway / 8390498647
89%

Build:
DEFAULT BRANCH: main
Ran 22 Mar 2024 12:46PM UTC
Jobs 2
Files 578
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

22 Mar 2024 12:45PM UTC coverage: 93.307% (-0.02%) from 93.322%
8390498647

push

github

web-flow
Add `GET` `/v1/safes` overview endpoint (#1129)

This adds a new `GET` `/v1/safes` endpoint for "overviews" of specified Safes, returning the following:

```ts
type AddressInfo = {
  value: string,
  name: string | null,
  logoUri: string | null
}

type Response = Array<{
  chainId: string;
  address: AddressInfo;
  owners: Array<AddressInfo>;
  threshold: number;
  fiatTotal: string; // e.g. "69.42"
  queued: number;
  awaitingConfirmation: number | null; // `null` if no `walletAddress` specified
}>
```

1841 of 2222 branches covered (82.85%)

Branch coverage included in aggregate %.

49 of 49 new or added lines in 4 files covered. (100.0%)

6482 of 6698 relevant lines covered (96.78%)

363.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-test:e2e:cov - 8390498647.1 22 Mar 2024 12:46PM UTC 964
50.05
GitHub Action Run
2 run-test:cov - 8390498647.2 22 Mar 2024 12:48PM UTC 1145
94.25
GitHub Action Run
Source Files on build 8390498647
  • Tree
  • List 578
  • Changed 507
  • Source Changed 5
  • Coverage Changed 139
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #8390498647
  • 900dc992 on github
  • Prev Build on main (#8388301253)
  • Next Build on main (#8390515964)
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