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