• 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/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