BendDAO / bend-lending-protocol

BendDAO Lending Protocol for Web3 Data Liquidity
Other
126 stars 55 forks source link

Feature/optimize liquidation & split lend pool #39

Closed thorseldon closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #39 (3f05390) into main (9563e37) will increase coverage by 0.03%. The diff coverage is 98.55%.

@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
+ Coverage   91.20%   91.24%   +0.03%     
==========================================
  Files          31       33       +2     
  Lines        2251     2306      +55     
  Branches      338      350      +12     
==========================================
+ Hits         2053     2104      +51     
- Misses        198      202       +4     
Impacted Files Coverage Δ
contracts/protocol/LendPoolAddressesProvider.sol 85.56% <ø> (-0.71%) :arrow_down:
contracts/protocol/LendPoolConfigurator.sol 97.23% <96.80%> (+1.04%) :arrow_up:
contracts/libraries/logic/ConfiguratorLogic.sol 97.36% <97.36%> (ø)
...racts/libraries/configuration/NftConfiguration.sol 83.07% <100.00%> (+2.04%) :arrow_up:
contracts/libraries/logic/BorrowLogic.sol 100.00% <100.00%> (ø)
contracts/libraries/logic/GenericLogic.sol 100.00% <100.00%> (ø)
contracts/libraries/logic/LiquidateLogic.sol 100.00% <100.00%> (ø)
contracts/libraries/logic/SupplyLogic.sol 100.00% <100.00%> (ø)
contracts/misc/BendProtocolDataProvider.sol 100.00% <100.00%> (ø)
contracts/misc/UiPoolDataProvider.sol 100.00% <100.00%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9563e37...3f05390. Read the comment docs.