From 77ca33b2d97a0f080e461bd259f025b195a7d0f2 Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Wed, 22 May 2024 21:35:36 -0300 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- foundry.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 51c4d20b6..cc57ae9bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ on: push: - branches: [main] + branches: [main, vixe] pull_request: workflow_dispatch: diff --git a/foundry.toml b/foundry.toml index 579edc919..c6b7e9a58 100644 --- a/foundry.toml +++ b/foundry.toml @@ -20,7 +20,7 @@ bracket_spacing = true number_underscore = "thousands" [profile.production.fuzz] -runs = 66_666 +runs = 666 [profile.overkill.fuzz] runs = 6_666_666 diff --git a/package.json b/package.json index 68d39d01e..ccccee357 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test:foundry": "forge test", "test:hardhat": "hardhat test --deploy-fixture", "coverage": "concurrently 'npm:coverage:*' --kill-others-on-fail --group -c auto", - "coverage:foundry": "forge coverage --report lcov", + "coverage:foundry": "forge coverage --report lcov --no-match-contract Protocol", "coverage:hardhat": "hardhat coverage", "coverage:snapshot": "forge snapshot --check --no-match-contract Protocol", "coverage:fuzzer": "FOUNDRY_PROFILE=production forge test --no-match-contract Protocol",