Skip to content

Remove warnings and increase coverage#90

Merged
davidlee1435 merged 5 commits intodevfrom
david/remove-warnings
Dec 12, 2025
Merged

Remove warnings and increase coverage#90
davidlee1435 merged 5 commits intodevfrom
david/remove-warnings

Conversation

@davidlee1435
Copy link
Copy Markdown
Collaborator

No description provided.

{
require(params.positionManager.ownerOf(params.tokenId) == address(context.proxy), "UniswapV3Lib/proxy-does-not-own-token-id");

(address token0, address token1, uint24 fee, int24 tickLower, int24 tickUpper, ) = _fetchPositionData(params.tokenId, params.positionManager);
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused variables

@davidlee1435 davidlee1435 changed the title Remove warnings Remove warnings and increase coverage Dec 11, 2025
@github-actions
Copy link
Copy Markdown

Coverage after merging david/remove-warnings into dev will be

99.65%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
deploy
   ControllerDeploy.sol100%100%100%100%
   ForeignControllerInit.sol100%100%100%100%
   MainnetControllerInit.sol97.56%94.12%100%100%156, 92
src
   ALMProxy.sol100%100%100%100%
   ForeignController.sol96.89%85.19%97.87%98.36%159–160, 264, 371–372, 678, 972
   MainnetController.sol99.05%86.96%100%100%1039, 261, 527
   RateLimitHelpers.sol100%100%100%100%
   RateLimits.sol100%100%100%100%
src/libraries
   CCTPLib.sol100%100%100%100%
   CentrifugeLib.sol100%100%100%100%
   CurveLib.sol100%100%100%100%
   MerklLib.sol100%100%100%100%
   PSMLib.sol100%100%100%100%
   PendleLib.sol100%100%100%100%
   UniswapV3Lib.sol98.15%93.65%100%100%150–151, 364–365
src/libraries/common
   ERC20Lib.sol100%100%100%100%
   MathLib.sol100%100%100%100%

@davidlee1435 davidlee1435 merged commit c764b52 into dev Dec 12, 2025
3 checks passed
@barrutko barrutko deleted the david/remove-warnings branch February 13, 2026 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants