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

safe-global / safe-client-gateway / 16119981578

07 Jul 2025 02:35PM UTC coverage: 89.687% (+0.03%) from 89.658%
16119981578

Pull #2630

github

LucieFaire
comments addressed

Signed-off-by: dsh <11198975+LucieFaire@users.noreply.github.com>
Pull Request #2630: feat: Add CsvExport module

3433 of 4196 branches covered (81.82%)

Branch coverage included in aggregate %.

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

37 existing lines in 4 files now uncovered.

11890 of 12889 relevant lines covered (92.25%)

544.26 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