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

safe-global / safe-client-gateway / 11781804387

11 Nov 2024 03:48PM UTC coverage: 88.896% (-0.3%) from 89.146%
11781804387

push

github

hectorgomezv
Add IEncryptionApiManager, IEncryptionApi

2710 of 3404 branches covered (79.61%)

Branch coverage included in aggregate %.

26 of 61 new or added lines in 7 files covered. (42.62%)

3 existing lines in 2 files now uncovered.

9059 of 9835 relevant lines covered (92.11%)

456.73 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
UNCOV
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