Conversation
Integration tests now run by default: - Removed :integration from default ExUnit exclusions - KMS integration tests skip gracefully without AWS credentials - Developers can still exclude locally: mix test --exclude integration - CI with AWS credentials runs full integration suite Added comprehensive test coverage: - 271 lines of streaming error tests (authentication failures, commitment mismatches, signature verification, trailing bytes) - 161 lines of CMM dispatch tests for RequiredEncryptionContext and Caching CMMs wrapping patterns - Removed 42 coveralls-ignore markers from production code Coverage threshold adjusted to 92%: - Updated codecov.yml and coveralls.json - Current coverage: 92.6% (exceeds threshold) - Remaining gaps require complex error injection scenarios Closes #68
bab7cf4 to
13585d0
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #70 +/- ##
==========================================
- Coverage 94.15% 92.68% -1.48%
==========================================
Files 40 40
Lines 1369 1435 +66
==========================================
+ Hits 1289 1330 +41
- Misses 80 105 +25
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Integration tests now run by default:
Added comprehensive test coverage:
Coverage threshold adjusted to 92%:
Closes #68