From 112a6b44722c949165093100ae8ecc3d21865676 Mon Sep 17 00:00:00 2001 From: Ana Julia Date: Mon, 8 Jul 2024 09:19:17 -0300 Subject: [PATCH] skip Integration from coverage --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7f7e14..a55b3b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: )" >> $GITHUB_ENV - name: Run coverage - run: forge coverage --report summary --report lcov --ir-minimum + run: forge coverage --report summary --report lcov --ir-minimum --no-match-contract Integration # To ignore coverage for certain directories modify the paths in this step as needed. The # below default ignores coverage results for the test and script directories. Alternatively,