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

safe-global / safe-client-gateway / 16191982309

10 Jul 2025 09:56AM UTC coverage: 89.626% (-0.04%) from 89.667%
16191982309

push

github

web-flow
feat: Add CsvExport module (#2630)

3442 of 4213 branches covered (81.7%)

Branch coverage included in aggregate %.

11 of 14 new or added lines in 2 files covered. (78.57%)

2 existing lines in 2 files now uncovered.

11902 of 12907 relevant lines covered (92.21%)

544.49 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

© 2025 Coveralls, Inc