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

safe-global / safe-client-gateway / 15996890100

01 Jul 2025 10:34AM UTC coverage: 89.691%. First build
15996890100

Pull #2630

github

LucieFaire
fix(test): flaky transactions-history.imitation-transactions.controller test

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

3420 of 4182 branches covered (81.78%)

Branch coverage included in aggregate %.

12 of 15 new or added lines in 2 files covered. (80.0%)

11892 of 12890 relevant lines covered (92.26%)

544.8 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