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

safe-global / safe-client-gateway / 7959999835

19 Feb 2024 01:04PM UTC coverage: 93.953% (+0.02%) from 93.936%
7959999835

Pull #1154

github

iamacook
Remove checksum from cache router
Pull Request #1154: Throw custom errors from relayer

1643 of 1954 branches covered (84.08%)

Branch coverage included in aggregate %.

46 of 46 new or added lines in 10 files covered. (100.0%)

3 existing lines in 2 files now uncovered.

6141 of 6331 relevant lines covered (97.0%)

193.77 hits per line

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

33.33
/src/datasources/account/errors/verification-code-does-not-exist.error.ts
1
export class VerificationCodeDoesNotExistError extends Error {
82✔
2
  readonly signer: string;
3

4
  constructor(chainId: string, safeAddress: string, signer: string) {
5
    super(
×
6
      `Verification code for account of ${signer} of ${safeAddress} on chain ${chainId} does not exist.`,
7
    );
8
    this.signer = signer;
×
9
  }
10
}
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

© 2025 Coveralls, Inc