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

safe-global / safe-client-gateway / 11801367487

12 Nov 2024 04:19PM UTC coverage: 89.039% (-0.3%) from 89.294%
11801367487

Pull #2120

github

web-flow
Merge 81466307f into 018211104
Pull Request #2120: Account names encryption via AWS KMS

2719 of 3416 branches covered (79.6%)

Branch coverage included in aggregate %.

70 of 94 new or added lines in 8 files covered. (74.47%)

9092 of 9849 relevant lines covered (92.31%)

425.08 hits per line

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

0.0
/src/domain/interfaces/encryption-api.interface.ts
NEW
1
export const IEncryptionApi = Symbol('IEncryptionApi');
×
2

3
export interface IEncryptionApi {
4
  encrypt(data: string): Promise<string>;
5

6
  decrypt(data: string): Promise<string>;
7
}
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