Skip to content

Adds full test vector runner for all success cases

c80274a
Select commit
Loading
Failed to load commit list.
Merged

Adds full test vector runner for all success cases #87

Adds full test vector runner for all success cases
c80274a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 1, 2026 in 1s

92.66% (target 92.00%)

View this Pull Request on Codecov

92.66% (target 92.00%)

Details

Codecov Report

❌ Patch coverage is 77.14286% with 16 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
lib/aws_encryption_sdk/crypto/header_auth.ex 40.00% 12 Missing ⚠️
lib/aws_encryption_sdk/stream/decryptor.ex 77.77% 2 Missing ⚠️
lib/aws_encryption_sdk/stream/encryptor.ex 81.81% 2 Missing ⚠️

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #87      +/-   ##
==========================================
+ Coverage   92.61%   92.66%   +0.04%     
==========================================
  Files          40       40              
  Lines        1435     1472      +37     
==========================================
+ Hits         1329     1364      +35     
- Misses        106      108       +2     
Files with missing lines Coverage Δ
lib/aws_encryption_sdk/algorithm_suite.ex 100.00% <ø> (ø)
..._encryption_sdk/cmm/required_encryption_context.ex 89.36% <100.00%> (+1.55%) ⬆️
lib/aws_encryption_sdk/crypto/commitment.ex 83.33% <100.00%> (ø)
lib/aws_encryption_sdk/decrypt.ex 96.66% <100.00%> (+18.09%) ⬆️
lib/aws_encryption_sdk/encrypt.ex 96.87% <100.00%> (+0.20%) ⬆️
lib/aws_encryption_sdk/format/header.ex 89.39% <100.00%> (ø)
lib/aws_encryption_sdk/stream/decryptor.ex 87.87% <77.77%> (-0.67%) ⬇️
lib/aws_encryption_sdk/stream/encryptor.ex 92.30% <81.81%> (-0.94%) ⬇️
lib/aws_encryption_sdk/crypto/header_auth.ex 69.23% <40.00%> (-30.77%) ⬇️

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.