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

safe-global / safe-client-gateway / 7300318701 / 1
89%
main: 89%

Build:
DEFAULT BRANCH: main
Ran 22 Dec 2023 01:20PM UTC
Files 1054
Run time 21s
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 Dec 2023 01:17PM UTC coverage: 90.864% (+0.06%) from 90.809%
7300318701.1

push

github

web-flow
Add email update functionality (#968)

This adds email update capabilities to the `chains/:chainId/safes/:safeAddress/emails endpoint` endpoint via a new `PUT` method.

Each request requires the following payload:

```json
{
  "emailAddress": <string>,
  "account": <string>,
  "timestamp": <number>,
  "signature": <string>
}
```

The route is protected by the signature: the signature of signing `email-update-{chainId}-{safeAddress}-{emailAddress}-{account}-{timestamp}` with the specified account.

---

* Add email update functionality

* Check if email matches then update as unverified

* Split tests for updating (un-)verified emails and add mock/assertions for datasource

1477 of 1771 branches covered (0.0%)

Branch coverage included in aggregate %.

10816 of 11758 relevant lines covered (91.99%)

72.56 hits per line

Source Files on job run-test:cov - 7300318701.1
  • Tree
  • List 1054
  • Changed 467
  • Source Changed 7
  • Coverage Changed 132
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 7300318701
  • fa09f38a on github
  • Prev Job for on main (#7300161596.2)
  • Next Job for on main (#7328499434.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

© 2026 Coveralls, Inc