Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy support #2

Merged
merged 20 commits into from
May 30, 2023

Update tests for coverage

7fbcb35
Select commit
Failed to load commit list.
Merged

Proxy support #2

Update tests for coverage
7fbcb35
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded May 30, 2023 in 0s

98.85% (+0.71%) compared to 57e2d84

View this Pull Request on Codecov

98.85% (+0.71%) compared to 57e2d84

Details

Codecov Report

Merging #2 (7fbcb35) into main (57e2d84) will increase coverage by 0.71%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main       #2      +/-   ##
==========================================
+ Coverage   98.14%   98.85%   +0.71%     
==========================================
  Files          29       30       +1     
  Lines         485      788     +303     
  Branches       93      188      +95     
==========================================
+ Hits          476      779     +303     
  Misses          9        9              
Impacted Files Coverage Δ
src/aes/index.ts 100.00% <ø> (ø)
src/ec/index.ts 100.00% <ø> (ø)
src/ec/shared.ts 100.00% <ø> (ø)
src/kdf/index.ts 100.00% <ø> (ø)
src/kdf/shared.ts 100.00% <ø> (ø)
src/aes/aes_cbc.ts 100.00% <100.00%> (ø)
src/aes/aes_ctr.ts 100.00% <100.00%> (ø)
src/aes/aes_gcm.ts 97.87% <100.00%> (+2.03%) ⬆️
src/aes/aes_kw.ts 100.00% <100.00%> (ø)
src/aes/shared.ts 94.44% <100.00%> (ø)
... and 11 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more