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

safe-global / safe-client-gateway / 16448034107

22 Jul 2025 01:21PM UTC coverage: 89.594%. First build
16448034107

Pull #2627

github

LucieFaire
Add tests from TransactionExport entity

Signed-off-by: dsh <11198975+LucieFaire@users.noreply.github.com>
Pull Request #2627: feat: add datasource for export api

3466 of 4239 branches covered (81.76%)

Branch coverage included in aggregate %.

48 of 64 new or added lines in 7 files covered. (75.0%)

12058 of 13088 relevant lines covered (92.13%)

543.94 hits per line

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

0.0
/src/modules/csv-export/v1/datasources/export-api.module.ts
NEW
1
import { CacheFirstDataSourceModule } from '@/datasources/cache/cache.first.data.source.module';
×
NEW
2
import { HttpErrorFactory } from '@/datasources/errors/http-error-factory';
×
NEW
3
import { IExportApi } from '@/modules/csv-export/v1/datasources/export-api.interface';
×
NEW
4
import { ExportApi } from '@/modules/csv-export/v1/datasources/export-api.service';
×
NEW
5
import { Module } from '@nestjs/common';
×
6

7
@Module({
8
  imports: [CacheFirstDataSourceModule],
9
  providers: [HttpErrorFactory, { provide: IExportApi, useClass: ExportApi }],
10
  exports: [IExportApi],
11
})
NEW
12
export class ExportApiModule {}
×
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