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

safe-global / safe-client-gateway / 17948865231

23 Sep 2025 02:08PM UTC coverage: 87.711%. First build
17948865231

Pull #2712

github

web-flow
Merge 990df9ad0 into 92102394f
Pull Request #2712: feat: Contract verification analysis

3611 of 4593 branches covered (78.62%)

Branch coverage included in aggregate %.

1 of 69 new or added lines in 5 files covered. (1.45%)

12462 of 13732 relevant lines covered (90.75%)

557.36 hits per line

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

0.0
/src/modules/safe-shield/contract-analysis/contract-analysis.module.ts
1
import { Module } from '@nestjs/common';
×
2
import { ContractAnalysisService } from './contract-analysis.service';
×
NEW
3
import { DataDecodedApiModule } from '@/datasources/data-decoder-api/data-decoder-api.module';
×
4

5
/**
6
 * Module for contract analysis functionality.
7
 *
8
 * This module provides services for analyzing contract interactions,
9
 * including verification status checks, interaction history, and delegatecall detection.
10
 */
11
@Module({
12
  imports: [DataDecodedApiModule],
13
  providers: [ContractAnalysisService],
14
  exports: [ContractAnalysisService],
15
})
16
export class ContractAnalysisModule {}
×
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