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

safe-global / safe-client-gateway / 15138439641

20 May 2025 01:10PM UTC coverage: 90.112% (-0.2%) from 90.359%
15138439641

Pull #2571

github

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

3332 of 4036 branches covered (82.56%)

Branch coverage included in aggregate %.

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

1 existing line in 1 file now uncovered.

11577 of 12509 relevant lines covered (92.55%)

559.69 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