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

safe-global / safe-client-gateway / 14858279406

06 May 2025 11:16AM UTC coverage: 90.064% (-0.4%) from 90.479%
14858279406

Pull #2571

github

web-flow
Merge 11f10cb20 into ae55f162e
Pull Request #2571: feat: scaffold bridge datasource

3292 of 3979 branches covered (82.73%)

Branch coverage included in aggregate %.

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

54 existing lines in 8 files now uncovered.

11456 of 12396 relevant lines covered (92.42%)

562.14 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