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

safe-global / safe-client-gateway / 16266661247

14 Jul 2025 12:19PM UTC coverage: 89.585% (-0.1%) from 89.688%
16266661247

Pull #2627

github

LucieFaire
Merge branch main into ocx-90/export-datasource

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

3472 of 4246 branches covered (81.77%)

Branch coverage included in aggregate %.

40 of 63 new or added lines in 7 files covered. (63.49%)

12020 of 13047 relevant lines covered (92.13%)

545.2 hits per line

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

0.0
/src/modules/csv-export/v1/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/export-api.interface';
×
NEW
4
import { ExportApi } from '@/modules/csv-export/v1/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