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

safe-global / safe-client-gateway / 25493180951
90%

Build:
DEFAULT BRANCH: main
Ran 07 May 2026 11:35AM UTC
Jobs 2
Files 1181
Run time 5min
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

07 May 2026 11:31AM UTC coverage: 89.605% (+0.2%) from 89.452%
25493180951

push

github

web-flow
fix: restore runtime imports for @ApiProperty class types (#3080)

The Biome 2.0 migration (#3030) auto-converted runtime-needed class
imports to `import type { ... }`. With `emitDecoratorMetadata: true`,
type-only imports are erased before TS emits `Reflect.metadata`, so
@ApiProperty()-decorated fields lost their constructor reference and
the OpenAPI generator wrote a generic `Function` placeholder for
NativeCurrency, RpcUri, BalancesProvider, AddressInfo, TokenInfo,
DataDecoded, Transaction, TransactionData, ProtocolMetadata,
ExecutionInfo, SafeAppAccessControl, etc. — corrupting the schema
consumed by safe-wallet-monorepo (`@safe-global/store` AUTO_GENERATED).

Switch the affected imports to the dual-import pattern already used by
GasPriceOracle/GasPriceFixed in chain.entity.ts:
  import { Foo as ApiFoo, type Foo } from '...';

`useImportType` is already off in biome.json, so the fixes will not
auto-revert. viem string-branded aliases (Address, Hash, Hex) and
Zod-inferred types stay as `import type` since they have no runtime
representation.

4202 of 5063 branches covered (82.99%)

Branch coverage included in aggregate %.

35 of 35 new or added lines in 30 files covered. (100.0%)

1 existing line in 1 file now uncovered.

16047 of 17535 relevant lines covered (91.51%)

569.13 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
93.75
-3.13% src/modules/notifications/routes/v1/entities/__tests__/create-registration-v2.dto.builder.ts
Jobs
ID Job ID Ran Files Coverage
1 run-integration-tests - 25493180951.1 07 May 2026 11:37AM UTC 2263
78.41
GitHub Action Run
2 run-unit-tests - 25493180951.2 07 May 2026 11:35AM UTC 2072
57.36
GitHub Action Run
Source Files on build 25493180951
  • Tree
  • List 1181
  • Changed 367
  • Source Changed 31
  • Coverage Changed 367
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25493180951
  • 4e8fcfb4 on github
  • Prev Build on main (#25489915661)
  • Next Build on main (#25494886220)
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