Closed fforbeck closed 2 years ago
Merging #519 (3b84038) into master (0746391) will increase coverage by
0.97%
. The diff coverage is100.00%
.:exclamation: Current head 3b84038 differs from pull request most recent head 3db775c. Consider uploading reports for the commit 3db775c to get more accurate results
@@ Coverage Diff @@
## master #519 +/- ##
==========================================
+ Coverage 82.31% 83.28% +0.97%
==========================================
Files 53 53
Lines 1855 1855
Branches 431 431
==========================================
+ Hits 1527 1545 +18
+ Misses 328 310 -18
Impacted Files | Coverage Δ | |
---|---|---|
contracts/adapters/BankAdapter.sol | 100.00% <100.00%> (+18.18%) |
:arrow_up: |
contracts/adapters/LendNFT.sol | 97.59% <100.00%> (+9.49%) |
:arrow_up: |
contracts/extensions/bank/Bank.sol | 80.57% <0.00%> (+5.75%) |
:arrow_up: |
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 2a8e3e0...3db775c. Read the comment docs.
Proposed Changes
from
account, and not themsg.sender
- which in this case is the actual token contract.