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

safe-global / safe-client-gateway / 14858352218

06 May 2025 11:20AM UTC coverage: 90.258% (-0.2%) from 90.479%
14858352218

Pull #2571

github

iamacook
fix: update comments
Pull Request #2571: feat: scaffold bridge datasource

3278 of 3946 branches covered (83.07%)

Branch coverage included in aggregate %.

66 of 112 new or added lines in 15 files covered. (58.93%)

15 existing lines in 2 files now uncovered.

11397 of 12313 relevant lines covered (92.56%)

565.45 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