diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4de736df..7405c598 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -29,7 +29,7 @@ jobs: - name: Run coverage shell: bash - run: forge coverage --report summary --report lcov --match-contract Unit + run: forge coverage --report summary --report lcov --match-path 'test/unit/*' - name: Setup LCOV uses: hrishikesh-kadam/setup-lcov@v1