Skip to content

Commit

Permalink
test: coverage skipper added to deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
vicnaum committed Jan 11, 2025
1 parent cef1882 commit 8198261
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ import {AccountBlockingRule} from "contracts/rules/base/AccountBlockingRule.sol"
import {GroupGatedFeedRule} from "contracts/rules/feed/GroupGatedFeedRule.sol";

contract MyScript is Script {
function testMyScript() public {
// Prevents being counted in Foundry Coverage
}

IAccessControl simpleAccessControl;
ITokenURIProvider simpleTokenURIProvider;
address proxyAdminLock;
Expand Down

0 comments on commit 8198261

Please sign in to comment.