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

safe-global / safe-client-gateway / 8390498647 / 2
91%
main: 91%

Build:
DEFAULT BRANCH: main
Ran 22 Mar 2024 12:48PM UTC
Files 1145
Run time 26s
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: 94.248% (+0.005%) from 94.243%
8390498647.2

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
}>
```

1883 of 2290 branches covered (82.23%)

Branch coverage included in aggregate %.

12880 of 13374 relevant lines covered (96.31%)

178.34 hits per line

Source Files on job run-test:cov - 8390498647.2
  • Tree
  • List 1145
  • Changed 507
  • Source Changed 5
  • Coverage Changed 138
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 8390498647
  • 900dc992 on github
  • Prev Job for on main (#8388301253.2)
  • Next Job for on main (#8390515964.1)
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

© 2025 Coveralls, Inc