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

safe-global / safe-client-gateway / 8925838962

02 May 2024 02:45PM CUT coverage: 92.219% (-0.01%) from 92.229%
8925838962

Pull #1499

github

fmrsabino
Add tests to anyStringOrNull
Pull Request #1499: Add tests to anyStringOrNull

1926 of 2356 branches covered (81.75%)

Branch coverage included in aggregate %.

6903 of 7218 relevant lines covered (95.64%)

304.92 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/datasources/transaction-api/transaction-api.module.ts
1
import { Module } from '@nestjs/common';
×
2
import { CacheFirstDataSourceModule } from '@/datasources/cache/cache.first.data.source.module';
×
3
import { HttpErrorFactory } from '@/datasources/errors/http-error-factory';
×
4
import { TransactionApiManager } from '@/datasources/transaction-api/transaction-api.manager';
×
5
import { ITransactionApiManager } from '@/domain/interfaces/transaction-api.manager.interface';
×
6
import { ConfigApiModule } from '@/datasources/config-api/config-api.module';
×
7

8
@Module({
9
  imports: [CacheFirstDataSourceModule, ConfigApiModule],
10
  providers: [
11
    HttpErrorFactory,
12
    { provide: ITransactionApiManager, useClass: TransactionApiManager },
13
  ],
14
  exports: [ITransactionApiManager],
15
})
16
export class TransactionApiModule {}
×
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

© 2025 Coveralls, Inc