• 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/datasources/bridge-api/bridge-api.module.ts
NEW
1
import { Module } from '@nestjs/common';
×
NEW
2
import { BridgeApiFactory } from '@/datasources/bridge-api/bridge-api.factory';
×
NEW
3
import { IBridgeApiFactory } from '@/domain/interfaces/bridge-api.factory.interface';
×
4

5
@Module({
6
  providers: [{ provide: IBridgeApiFactory, useClass: BridgeApiFactory }],
7
  exports: [IBridgeApiFactory],
8
})
NEW
9
export class BridgeApiModule {}
×
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