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

safe-global / safe-client-gateway / 7932159520

16 Feb 2024 02:42PM UTC coverage: 93.011% (-0.9%) from 93.863%
7932159520

Pull #1148

github

iamacook
Merge branch 'safe-abis' into use-abiencoders
Pull Request #1148: Replace Safe/ERC-20 `ContractHelper`s with `AbiDecoder`s

1623 of 1944 branches covered (83.49%)

Branch coverage included in aggregate %.

19 of 22 new or added lines in 5 files covered. (86.36%)

72 existing lines in 11 files now uncovered.

5936 of 6183 relevant lines covered (96.01%)

177.62 hits per line

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

0.0
/src/datasources/relay-api/relay-api.module.ts
UNCOV
1
import { Module } from '@nestjs/common';
×
UNCOV
2
import { GelatoApi } from '@/datasources/relay-api/gelato-api.service';
×
UNCOV
3
import { IRelayApi } from '@/domain/interfaces/relay-api.interface';
×
UNCOV
4
import { HttpErrorFactory } from '@/datasources/errors/http-error-factory';
×
5

6
@Module({
7
  providers: [HttpErrorFactory, { provide: IRelayApi, useClass: GelatoApi }],
8
  exports: [IRelayApi],
9
})
UNCOV
10
export class RelayApiModule {}
×
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