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

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

Build:
DEFAULT BRANCH: main
Ran 09 Feb 2024 01:53PM UTC
Jobs 2
Files 534
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

09 Feb 2024 01:51PM UTC coverage: 93.067% (-0.001%) from 93.068%
7844930038

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

1516 of 1820 branches covered (0.0%)

Branch coverage included in aggregate %.

5800 of 6041 relevant lines covered (96.01%)

183.22 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-test:e2e:cov - 7844930038.1 09 Feb 2024 01:53PM UTC 906
53.47
GitHub Action Run
2 run-test:cov - 7844930038.2 09 Feb 2024 01:54PM UTC 1063
93.87
GitHub Action Run
Source Files on build 7844930038
  • Tree
  • List 534
  • Changed 64
  • Source Changed 9
  • Coverage Changed 146
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #7844930038
  • d1d59c40 on github
  • Prev Build on main (#7829609131)
  • Next Build on main (#7845669805)
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