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

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

Build:
DEFAULT BRANCH: main
Ran 22 Dec 2023 01:20PM UTC
Files 888
Run time 15s
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: 54.559% (-0.2%) from 54.746%
7300318701.2

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

204 of 1669 branches covered (0.0%)

Branch coverage included in aggregate %.

6336 of 10318 relevant lines covered (61.41%)

4.6 hits per line

Source Files on job run-test:e2e:cov - 7300318701.2
  • Tree
  • List 0
  • Changed 7
  • Source Changed 6
  • Coverage Changed 113
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.1)
  • 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