issues
search
721labs
/
partial-common-ownership
This project aims to establish a standard, open source implementation of Partial Common Ownership for non-fungible tokens.
https://721.dev
MIT License
17
stars
5
forks
source link
Coverage
#63
Closed
will-holley
closed
2 years ago
will-holley
commented
2 years ago
Summary
Adds code coverage.
Adds
Code coverage via
Solidity Coverage
.
Modifies
Bytecode for factory contracts generated by Typechain; not sure why.
Disables compiler optimization by default: this was throwing unexpected errors that appeared to be related to the installation of
solidity-coverage
. Didn't dig too deep into this.
Reverts changes from
https://github.com/721labs/partial-common-ownership/pull/66
which appear to be fixed by disabling compiler optimization.
Summary
Adds code coverage.
Adds
Modifies
solidity-coverage
. Didn't dig too deep into this.