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

safe-global / safe-client-gateway / 16267700264

14 Jul 2025 01:04PM UTC coverage: 89.568% (-0.1%) from 89.688%
16267700264

Pull #2627

github

LucieFaire
re-org folders

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

3469 of 4246 branches covered (81.7%)

Branch coverage included in aggregate %.

40 of 64 new or added lines in 8 files covered. (62.5%)

12020 of 13047 relevant lines covered (92.13%)

545.57 hits per line

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

0.0
/src/modules/csv-export/v1/csv-export.module.ts
NEW
1
import { CsvExportService } from '@/modules/csv-export/v1/csv-export.service';
×
2
import { Module } from '@nestjs/common';
×
3

4
@Module({
5
  providers: [CsvExportService],
6
  exports: [CsvExportService],
7
})
8
export class CsvExportModule {}
×
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