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

safe-global / safe-client-gateway / 15161591014

21 May 2025 12:00PM UTC coverage: 89.831% (-0.5%) from 90.359%
15161591014

Pull #2571

github

iamacook
feat: scaffold bridge mapper
Pull Request #2571: feat: scaffold bridge datasource

3333 of 4054 branches covered (82.22%)

Branch coverage included in aggregate %.

76 of 159 new or added lines in 17 files covered. (47.8%)

28 existing lines in 2 files now uncovered.

11588 of 12556 relevant lines covered (92.29%)

557.27 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/domain/interfaces/bridge-api.factory.interface.ts
1
import type { IApiManager } from '@/domain/interfaces/api.manager.interface';
2
import type { IBridgeApi } from '@/domain/interfaces/bridge-api.inferface';
3

NEW
4
export const IBridgeApiFactory = Symbol('IBridgeApiFactory');
×
5

6
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
7
export interface IBridgeApiFactory extends IApiManager<IBridgeApi> {}
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