From a05aad786477e9649bb6027ef4c529c5f909d598 Mon Sep 17 00:00:00 2001 From: smol-ninja Date: Mon, 9 Dec 2024 18:39:01 +0530 Subject: [PATCH] ci: include fork test in coverage --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73e38dc99..edb08be70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,7 @@ jobs: needs: ["lint", "build"] secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }} uses: "sablier-labs/reusable-workflows/.github/workflows/forge-coverage.yml@main" with: - match-path: "tests/{integration,unit}/**/*.sol" + match-path: "tests/{fork,integration,unit}/**/*.sol"