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

safe-global / safe-client-gateway / 30022171194 / 2
88%
main: 88%

Build:
DEFAULT BRANCH: main
Ran 23 Jul 2026 03:53PM UTC
Files 921
Run time 45s
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: 64.928% (-0.01%) from 64.941%
30022171194.2

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>

2864 of 4518 branches covered (63.39%)

Branch coverage included in aggregate %.

7107 of 10839 relevant lines covered (65.57%)

114.29 hits per line

Source Files on job run-unit-tests - 30022171194.2
  • Tree
  • List 921
  • Changed 2
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 30022171194
  • 2e1c822c on github
  • Prev Job for on main (#30005210762.2)
  • Next Job for on main (#30078302835.2)
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