Skip to content

Commit

Permalink
fix: fixed contract name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh Sharma committed Jul 27, 2023
1 parent 6340edf commit 3c32963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/asset/contracts/Asset.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ contract Asset is
ERC1155SupplyUpgradeable,
ERC1155URIStorageUpgradeable,
OperatorFiltererUpgradeable,
MultiRoyaltyDistributer,
MultiRoyaltyDistributor,
ITokenUtils
{
using TokenIdUtils for uint256;
Expand Down

1 comment on commit 3c32963

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

86.39%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
packages/asset/contracts
   Asset.sol94.66%90.38%96.43%98.04%107, 192, 294, 294–295, 69
   AssetCreate.sol93.51%75%100%100%117, 119, 154, 261, 56
   AssetReveal.sol96.62%87.50%100%100%130, 162, 357, 398, 60
   AuthSuperValidator.sol100%100%100%100%
   Catalyst.sol89.92%85%89.47%96%132, 134, 147, 159, 221, 284–285, 285, 285, 285, 86
   ERC2771Handler.sol77.78%50%100%77.78%24, 27, 36–37
packages/asset/contracts/interfaces
   IAsset.sol100%100%100%100%
   IAssetCreate.sol100%100%100%100%
   IAssetReveal.sol100%100%100%100%
   ICatalyst.sol100%100%100%100%
   IRoyaltyUGC.sol100%100%100%100%
   ITokenUtils.sol100%100%100%100%
packages/asset/contracts/libraries
   TokenIdUtils.sol100%100%100%100%
packages/dependency-operator-filter/contracts
   OperatorFiltererUpgradeable.sol40.48%30%66.67%47.37%13, 13–14, 18, 18, 18–19, 19, 19–20, 20, 20–21, 23, 23, 23–24, 26, 35, 43–44, 52–54
   OperatorFilterSubscription.sol0%0%0%0%18, 18, 18–19
packages/dependency-operator-filter/contracts/interfaces
   IOperatorFilterRegistry.sol100%100%100%100%
packages/dependency-royalty-management/contracts
   MultiRoyaltyDistributor.sol35.44%22.73%60%36.17%100–101, 101, 101–102, 104–105, 114–115, 124, 127, 127, 127–128, 130, 136–138, 138, 138–142, 145, 147–148, 157–158, 158, 158–159, 161–163, 53, 53, 53, 53, 53, 70, 80, 88, 96–99
   RoyaltyDistributor.sol77.78%100%66.67%83.33%34
   RoyaltyManager.sol89.39%75%91.67%97.06%126, 41, 56, 77, 83, 95
   RoyaltySplitter.sol71.15%33.33%70%84.29%126, 131–132, 136–137, 157, 166, 170, 179–180, 180, 180–181, 181, 184, 184, 184, 190–191, 46, 46, 46, 53, 62, 68, 93, 97
packages/dependency-royalty-management/contracts/interfaces
   IERC20Approve.sol100%100%100%100%
   IMultiRoyaltyDistributor.sol100%100%100%100%
   IRoyaltyManager.sol100%100%100%100%

Please sign in to comment.