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

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

Build:
DEFAULT BRANCH: main
Ran 07 Dec 2023 02:24PM UTC
Files 892
Run time 28s
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:21PM UTC coverage: 55.03% (+0.02%) from 55.015%
7129507622.2

push

github

web-flow
Add resend email verification route (#919)

- Adds a new route to resend email verifications – `PUT chains/:chainId/safes/:safeAddress/emails/verify-resend`.
- This route returns:
  * `202 Accepted` – if the service accepted the request to resend the verification email.
  * `409 Conflict` – if the account already has a verified email address.
  * `429 Too Many Requests` – if attempting to resend the verification email within the "lock window".
- Renames `email.controller.spec.ts` to `email.controller.save-email.spec.ts` to group the tests targeting different routes in different files.

The expected payload for this route is the `account` (owner) to which we should resend the email verification to:

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

217 of 1722 branches covered (0.0%)

Branch coverage included in aggregate %.

6402 of 10306 relevant lines covered (62.12%)

4.66 hits per line

Source Files on job run-test:e2e:cov - 7129507622.2
  • Tree
  • List 892
  • Changed 3
  • Source Changed 3
  • Coverage Changed 115
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 7129507622
  • be2c7287 on github
  • Prev Job for on main (#7129168097.2)
  • Next Job for on main (#7129631749.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