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

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

Build:
DEFAULT BRANCH: main
Ran 25 Jan 2024 01:32PM UTC
Files 880
Run time 20s
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

25 Jan 2024 01:29PM UTC coverage: 53.716%. Remained the same
7655241988.1

push

github

web-flow
Refactor database schema (#1050)

In order to simplify the schema that was set for registering accounts and notification channels (to which a user can subscribe to), the following was changed:

DataSource:

- The `emails` schema was removed – the added tables are no longer present under a schema which simplifies the initial setup of the database.
- The table `emails.subscriptions` was renamed to `notification_types` – this is more in line with the contents that the table stores (i.e.: types of notification that a user can subscribe to).
- The table `emails.account_subscriptions` was renamed to `subscriptions` – this table stores the subscriptions that each user has (to a specific `channel`).
- The `IEmailDataSource` was renamed to `IAccountDataSource`
  * `getEmail` was renamed to `getAccount`
  * `saveEmail` was renamed to `safeAccount`
  * `deleteEmail` was renamed to `deleteAccount`
  * `updateEmail` was renamed to `updateAccountEmail`

Domain:

- `EmailRepository` was renamed to `AccountRepository`
- The `Email` entity was renamed to `Account`.
- `EmailSaveError` was renamed to `AccountSaveError`

Routes:

- Renamed email payload keys from `account` to `signer`.

203 of 1703 branches covered (0.0%)

Branch coverage included in aggregate %.

6294 of 10392 relevant lines covered (60.57%)

4.54 hits per line

Source Files on job run-test:e2e:cov - 7655241988.1
  • Tree
  • List 880
  • Changed 18
  • Source Changed 17
  • Coverage Changed 118
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 7655241988
  • 3d926508 on github
  • Prev Job for on main (#7642298772.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