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

safe-global / safe-client-gateway / 8080543737

28 Feb 2024 12:42PM UTC coverage: 93.642% (-0.06%) from 93.699%
8080543737

Pull #1215

github

hectorgomezv
Add min to random values of CacheHooksController tests
Pull Request #1215: Align FakeCacheService and RedisCacheService implementations

1676 of 2005 branches covered (83.59%)

Branch coverage included in aggregate %.

2 of 2 new or added lines in 1 file covered. (100.0%)

2 existing lines in 1 file now uncovered.

6145 of 6347 relevant lines covered (96.82%)

347.64 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 {
84✔
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