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

safe-global / safe-client-gateway / 7710082027
89%

Build:
DEFAULT BRANCH: main
Ran 30 Jan 2024 11:00AM UTC
Jobs 2
Files 532
Run time 55s
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

30 Jan 2024 10:58AM UTC coverage: 93.357% (+0.08%) from 93.28%
7710082027

push

github

web-flow
Add email subscription cancellation routes (#1037)

- Adds `DELETE /v1/subscriptions?category=<string>&token=<string>`
  * This endpoint deletes the subscription of the given `category`, if a valid token is provided.
  * The token must be a UUID. A `400` is returned otherwise.
- Adds `DELETE /v1/subscriptions/all?token=<string>`
  * This endpoint deletes all subscriptions of an account with the associated `token`.
  * The token must be a UUID. A `400` is returned otherwise.
- Saving a new email with `EmailRepository` now subscribes to the Account Recovery category – this is a default subscription for all new accounts registered.

An indication of the token's existence is not returned to the client i.e. if an invalid token is provided the response is still successful. This was done while considering that the endpoint is unauthenticated and the link should be _private_ to the email owner. Therefore, no feedback is given regarding the validity of said token.

1480 of 1767 branches covered (0.0%)

Branch coverage included in aggregate %.

5673 of 5895 relevant lines covered (96.23%)

174.02 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-test:e2e:cov - 7710082027.1 30 Jan 2024 11:00AM UTC 906
54.19
GitHub Action Run
2 run-test:cov - 7710082027.2 30 Jan 2024 11:02AM UTC 1059
94.12
GitHub Action Run
Source Files on build 7710082027
  • Tree
  • List 532
  • Changed 467
  • Source Changed 4
  • Coverage Changed 141
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #7710082027
  • 5e6e352e on github
  • Prev Build on main (#7709726784)
  • Next Build on main (#7713199653)
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

© 2025 Coveralls, Inc