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

safe-global / safe-client-gateway / 14079146807

26 Mar 2025 08:52AM UTC coverage: 90.64% (-0.1%) from 90.77%
14079146807

Pull #2313

github

iamacook
fix: add nested multisend tests
Pull Request #2313: Add datasource for Safe Decoder Service

3195 of 3837 branches covered (83.27%)

Branch coverage included in aggregate %.

46 of 68 new or added lines in 8 files covered. (67.65%)

1 existing line in 1 file now uncovered.

11215 of 12061 relevant lines covered (92.99%)

537.16 hits per line

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

0.0
/src/datasources/data-decoder-api/data-decoder-api.module.ts
NEW
1
import { Module } from '@nestjs/common';
×
NEW
2
import { DataDecoderApi } from '@/datasources/data-decoder-api/data-decoder-api.service';
×
NEW
3
import { HttpErrorFactory } from '@/datasources/errors/http-error-factory';
×
NEW
4
import { IDataDecoderApi } from '@/domain/interfaces/data-decoder-api.interface';
×
5

6
@Module({
7
  providers: [
8
    HttpErrorFactory,
9
    { provide: IDataDecoderApi, useClass: DataDecoderApi },
10
  ],
11
  exports: [IDataDecoderApi],
12
})
NEW
13
export class DataDecodedApiModule {}
×
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