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

safe-global / safe-client-gateway / 30022171194
88%

Build:
DEFAULT BRANCH: main
Ran 23 Jul 2026 03:50PM UTC
Jobs 2
Files 921
Run time 4min
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

23 Jul 2026 03:47PM UTC coverage: 88.363% (-0.01%) from 88.376%
30022171194

push

github

web-flow
fix: annotate UserWallet.address as string in OpenAPI schema (#3296)

The `address` field on the `UserWallet` DTO was generated as
`type: object` in the OpenAPI spec after #3245 retyped it from
`Address` to `Wallet['address']`. Without the @nestjs/swagger CLI
plugin, the schema type is inferred from emitDecoratorMetadata
reflection, which cannot resolve the indexed-access type
`Wallet['address']` and falls back to `Object`.

Add an explicit `type: String` to the @ApiProperty decorator so the
spec emits `type: string`, matching the established convention used
by other address fields (e.g. targeted-safe, counterfactual-safe,
space-address-book). The value returned is still a plain string.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

3782 of 4518 branches covered (83.71%)

Branch coverage included in aggregate %.

9787 of 10838 relevant lines covered (90.3%)

482.21 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-integration-tests - 30022171194.1 23 Jul 2026 03:53PM UTC 921
63.75
GitHub Action Run
2 run-unit-tests - 30022171194.2 23 Jul 2026 03:50PM UTC 921
64.93
GitHub Action Run
Source Files on build 30022171194
  • Tree
  • List 921
  • Changed 4
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30022171194
  • 2e1c822c on github
  • Prev Build on main (#30005210762)
  • Next Build on main (#30078302835)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc