Skip to content

Low code coverage#

Informational

Code coverage is low on certain files (mainly internal folder).

  • InternalERC721AUpgradeable.sol 20.54%
  • InternalOwnable.sol 0%
  • InternalOwnableRoles.sol 50%
  • MinimalOwnable.sol 0%
  • MinimalOwnableRoles.sol 22.22%
  • RoyaltyControlsFacet.sol 0%

Some of these are critical because there goal is:

  • To assure correct ownership of the contracts
  • The ERC721A part of the app facets

Recommendation#

Add some tests to cover the whole code base.