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

safe-global / safe-client-gateway / 11806779009

12 Nov 2024 10:24PM UTC coverage: 89.28% (-0.01%) from 89.294%
11806779009

Pull #2120

github

hectorgomezv
Refactor AwsEncryptionApiService and EncryptionApiManager, add tests
Pull Request #2120: Account names encryption via AWS KMS

2722 of 3405 branches covered (79.94%)

Branch coverage included in aggregate %.

72 of 77 new or added lines in 8 files covered. (93.51%)

9096 of 9832 relevant lines covered (92.51%)

456.66 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