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

safe-global / safe-client-gateway / 16111907974

07 Jul 2025 08:28AM UTC coverage: 89.69% (+0.03%) from 89.658%
16111907974

Pull #2630

github

LucieFaire
fix: memory optimization

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

3426 of 4188 branches covered (81.81%)

Branch coverage included in aggregate %.

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

37 existing lines in 4 files now uncovered.

11893 of 12892 relevant lines covered (92.25%)

544.24 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