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

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

Build:
DEFAULT BRANCH: main
Ran 07 Dec 2023 02:34PM UTC
Files 1066
Run time 25s
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

07 Dec 2023 02:31PM UTC coverage: 89.801% (+0.02%) from 89.779%
7129631749.2

push

github

web-flow
Add email verification route (#920)

- Adds a new route to verify email addresses – `PUT /v1/chains/:chainId/safes/:safeAddress/emails/verify`.
- This route sets an email address as verified if successful.
- This route returns:
  * `204 No Content` – if the request was successful and that the client does not need to navigate away from the current page. This status code is also returned if the email was already verified.
  * `400 Bad Request` – if the code is not valid (wrong or expired code).

This route accepts the following payload:

```
{
  "account": <string>,
  "code": <string>
}
 ```

1509 of 1832 branches covered (0.0%)

Branch coverage included in aggregate %.

10792 of 11866 relevant lines covered (90.95%)

73.6 hits per line

Source Files on job run-test:cov - 7129631749.2
  • Tree
  • List 0
  • Changed 473
  • Source Changed 4
  • Coverage Changed 132
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 7129631749
  • 2459e248 on github
  • Prev Job for on main (#7129507622.1)
  • Next Job for on main (#7141207247.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