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

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

Build:
DEFAULT BRANCH: main
Ran 07 Dec 2023 02:34PM UTC
Files 896
Run time 19s
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: 54.972% (-0.06%) from 55.03%
7129631749.1

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

217 of 1725 branches covered (0.0%)

Branch coverage included in aggregate %.

6422 of 10352 relevant lines covered (62.04%)

4.66 hits per line

Source Files on job run-test:e2e:cov - 7129631749.1
  • Tree
  • List 896
  • Changed 4
  • Source Changed 4
  • Coverage Changed 114
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.2)
  • 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