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

safe-global / safe-client-gateway / 16052872236

03 Jul 2025 02:15PM UTC coverage: 89.643%. First build
16052872236

Pull #2630

github

LucieFaire
fix: additional test cases

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

3423 of 4192 branches covered (81.66%)

Branch coverage included in aggregate %.

10 of 13 new or added lines in 2 files covered. (76.92%)

11888 of 12888 relevant lines covered (92.24%)

544.78 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