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

safe-global / safe-client-gateway / 16077819136

04 Jul 2025 04:29PM UTC coverage: 89.664%. First build
16077819136

Pull #2630

github

web-flow
Merge dd06700a2 into 330e36051
Pull Request #2630: feat: Add CsvExport module

3439 of 4205 branches covered (81.78%)

Branch coverage included in aggregate %.

14 of 17 new or added lines in 2 files covered. (82.35%)

11907 of 12910 relevant lines covered (92.23%)

544.7 hits per line

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

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

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