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

safe-global / safe-client-gateway / 9481253572

12 Jun 2024 10:50AM UTC coverage: 92.714% (+0.04%) from 92.674%
9481253572

Pull #1643

github

iamacook
Improve `postgres-shift` types
Pull Request #1643: Improve `postgres-shift` types

2024 of 2483 branches covered (81.51%)

Branch coverage included in aggregate %.

7214 of 7481 relevant lines covered (96.43%)

327.41 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 {
100✔
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