From 609996146c1766c5f8c066057dba2f22125331e9 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73e38dc99..7568922b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,4 +70,4 @@ jobs: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} 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"