Docs: align docs with current repo state#164
Merged
vishalchangrani merged 4 commits intomainfrom Feb 14, 2026
Merged
Conversation
zhangchiqing
approved these changes
Feb 13, 2026
Kay-Zee
approved these changes
Feb 14, 2026
cadence/tests/TEST_COVERAGE.md
Outdated
| ## Executive Summary | ||
|
|
||
| This document provides a comprehensive analysis of the existing test coverage for the FlowALPv1 lending protocol, an automated lending system similar to Aave built on the Flow blockchain using the Cadence programming language. The protocol has achieved 89.7% code coverage with 31 core test files covering fundamental operations, interest mechanics, liquidations, and edge cases. | ||
| This document provides a narrative-style analysis of the existing test coverage for the FlowALPv1 lending protocol, an automated lending system similar to Aave built on the Flow blockchain using the Cadence programming language. The protocol has an extensive test suite covering fundamental operations, interest mechanics, liquidations, and edge cases. |
Member
There was a problem hiding this comment.
i agree with not using comprehensive, but what does it mean for it to be a narrative style analysis?
Contributor
Author
There was a problem hiding this comment.
I've updated this to be clearer for the reader
Contributor
Author
There was a problem hiding this comment.
I've used walkthrough of the existing... instead
jordanschalm
approved these changes
Feb 14, 2026
1784ac0 to
9bd6b5c
Compare
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.
Align documentation with the current contracts/tests/transactions for audit readiness.
Changes: