openlawteam / tribute-contracts

A new modular DAO framework, inspired by the Moloch smart contracts
https://tributedao.com
MIT License
295 stars 109 forks source link

Set collection name, symbol, uri in dao #568

Closed nickmzero closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #568 (5d99e51) into master (bab837b) will increase coverage by 0.05%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #568      +/-   ##
==========================================
+ Coverage   90.59%   90.64%   +0.05%     
==========================================
  Files          54       54              
  Lines        1998     2009      +11     
  Branches      459      459              
==========================================
+ Hits         1810     1821      +11     
  Misses        188      188              
Impacted Files Coverage Δ
contracts/nft/TributeERC721.sol 95.58% <100.00%> (+0.85%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

nickmzero commented 1 year ago

It looks good to me. I guess we just need to make sure the code coverage is not reduced with the new changes.

looks like coverage is up @fforbeck