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

safe-global / safe-client-gateway / 18003122023

25 Sep 2025 09:27AM UTC coverage: 89.219% (+0.1%) from 89.11%
18003122023

Pull #2714

github

tmjssz
fix: linter errors
Pull Request #2714: feat(safe-shield): recipient analysis with tx decoding

3735 of 4599 branches covered (81.21%)

Branch coverage included in aggregate %.

107 of 111 new or added lines in 9 files covered. (96.4%)

2 existing lines in 1 file now uncovered.

12593 of 13702 relevant lines covered (91.91%)

529.36 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/modules/safe-shield/recipient-analysis/recipient-analysis.module.ts
1
import { Module } from '@nestjs/common';
×
2
import { RecipientAnalysisService } from './recipient-analysis.service';
×
NEW
3
import { TransactionApiManagerModule } from '@/domain/interfaces/transaction-api.manager.interface';
×
NEW
4
import { Erc20Decoder } from '@/domain/relay/contracts/decoders/erc-20-decoder.helper';
×
5

6
/**
7
 * Module for recipient analysis functionality.
8
 *
9
 * This module provides services for analyzing transaction recipients,
10
 * including interaction history tracking and bridge configuration validation.
11
 */
12
@Module({
13
  imports: [TransactionApiManagerModule],
14
  providers: [RecipientAnalysisService, Erc20Decoder],
15
  exports: [RecipientAnalysisService],
16
})
17
export class RecipientAnalysisModule {}
×
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