The-Poolz / Poolz-Back

smart contracts using solidity for erc20 tokens to eth and erc20 to erc20
https://www.poolz.finance
MIT License
13 stars 9 forks source link

TokenList & MainCoin moved to managable, code refactor #156

Closed PoolzAdmin closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #156 (ff41c11) into main (219925c) will increase coverage by 4.47%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #156      +/-   ##
==========================================
+ Coverage   81.30%   85.77%   +4.47%     
==========================================
  Files          13       12       -1     
  Lines         246      246              
  Branches       50       49       -1     
==========================================
+ Hits          200      211      +11     
+ Misses         46       35      -11     
Impacted Files Coverage Δ
contracts/ERC20Helper.sol 100.00% <ø> (ø)
contracts/Invest.sol 71.42% <ø> (ø)
contracts/InvestorData.sol 50.00% <ø> (-10.00%) :arrow_down:
contracts/GovManager.sol 100.00% <100.00%> (ø)
contracts/Manageable.sol 100.00% <100.00%> (ø)
contracts/Pools.sol 86.36% <100.00%> (ø)
contracts/PoolsData.sol 85.29% <0.00%> (+23.52%) :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 219925c...ff41c11. Read the comment docs.