• 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/domain/interfaces/relay-api.interface.ts
UNCOV
1
export const IRelayApi = Symbol('IRelayApi');
×
2

3
export interface IRelayApi {
4
  getRelayCount(args: { chainId: string; address: string }): Promise<number>;
5

6
  relay(args: {
7
    chainId: string;
8
    to: string;
9
    data: string;
10
    gasLimit?: string;
11
  }): Promise<{ taskId: string }>;
12
}
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