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

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

Build:
DEFAULT BRANCH: main
Ran 09 Feb 2024 01:54PM UTC
Files 1063
Run time 25s
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

09 Feb 2024 01:51PM UTC coverage: 93.871%. Remained the same
7844930038.2

push

github

web-flow
Move authentication params to request headers (#1117)

- Moves authentication related headers from the request body to the request headers.
  * Top-level request body JSON property `signature` was moved to `Safe-Wallet-Signature` header.
  * Top-level request body JSON property `timestamp` was moved to `Safe-Wallet-Signature-Timestamp` header.
- Moves the `signer` body property to the path when appropriate (REST resource path):
  * `PUT /v1/chains/:chainId/safes/:safeAddress/emails/verify-resend` is now `POST /v1/chains/:chainId/safes/:safeAddress/emails/:signer/verify-resend`
    - `POST` because it is mostly triggering a side effect (sending an email).
   * `PUT /v1/chains/:chainId/safes/:safeAddress/emails/verify` is now `PUT /v1/chains/:chainId/safes/:safeAddress/emails/:signer/verify`
   * `DELETE /v1/chains/:chainId/safes/:safeAddress/emails` is now `DELETE /v1/chains/:chainId/safes/:safeAddress/emails/:signer`
   * `PUT /v1/chains/:chainId/safes/:safeAddress/emails` is now `PUT /v1/chains/:chainId/safes/:safeAddress/emails/:signer`

Future work:

We can consider having a single guard for the headers only. However the authentication is message specific and therefore route specific (which has parameters set at runtime).

1546 of 1868 branches covered (0.0%)

Branch coverage included in aggregate %.

11534 of 12066 relevant lines covered (95.59%)

87.54 hits per line

Source Files on job run-test:cov - 7844930038.2
  • Tree
  • List 1063
  • Changed 64
  • Source Changed 9
  • Coverage Changed 145
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 7844930038
  • d1d59c40 on github
  • Prev Job for on main (#7829609131.2)
  • Next Job for on main (#7845669805.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