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

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

Build:
DEFAULT BRANCH: main
Ran 25 Jan 2024 01:31PM UTC
Jobs 2
Files 517
Run time 52s
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: 93.433% (+0.05%) from 93.38%
7655241988

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

1474 of 1749 branches covered (0.0%)

Branch coverage included in aggregate %.

5540 of 5758 relevant lines covered (96.21%)

168.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-test:e2e:cov - 7655241988.1 25 Jan 2024 01:31PM UTC 880
53.72
GitHub Action Run
2 run-test:cov - 7655241988.2 25 Jan 2024 01:32PM UTC 1030
94.16
GitHub Action Run
Source Files on build 7655241988
  • Tree
  • List 517
  • Changed 70
  • Source Changed 17
  • Coverage Changed 134
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #7655241988
  • 3d926508 on github
  • Prev Build on main (#7642298772)
  • Next Build on main (#7655289648)
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