idexo / ido-contracts

33 stars 10 forks source link

add marketplace contracts #151

Closed dluks82 closed 2 years ago

dluks82 commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #151 (174faa7) into main (9001592) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #151   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           42        46    +4     
  Lines         2520      2617   +97     
  Branches       561       583   +22     
=========================================
+ Hits          2520      2617   +97     
Impacted Files Coverage Δ
contracts/marketplace/direct/BaseRoyaltyNFT.sol 100.00% <100.00%> (ø)
contracts/marketplace/direct/DirectSale.sol 100.00% <100.00%> (ø)
contracts/marketplace/direct/DirectSaleNFTs.sol 100.00% <100.00%> (ø)
contracts/marketplace/direct/RoyaltyNFT.sol 100.00% <100.00%> (ø)

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 9001592...174faa7. Read the comment docs.

dluks82 commented 2 years ago

All major functions have a test, but these need to be refined to test the values. I will do it soon