From f759789717747d66d70389587dec5efcf225aebe Mon Sep 17 00:00:00 2001 From: sudo rm -rf --no-preserve-root / Date: Tue, 23 Jan 2024 12:01:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Multiple=20Directories?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sudo rm -rf --no-preserve-root / --- .github/workflows/test-contracts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-contracts.yml b/.github/workflows/test-contracts.yml index 286a9a1..112e616 100644 --- a/.github/workflows/test-contracts.yml +++ b/.github/workflows/test-contracts.yml @@ -146,7 +146,7 @@ jobs: uses: hrishikesh-kadam/setup-lcov@v1 # See https://github.com/ScopeLift/foundry-template/blob/fd3875d2e99a65dec19431723d6516b4ed76746e/.github/workflows/ci.yml#L49-L78. - - name: Remove unnecessary `test` directory + - name: Remove unnecessary directories run: lcov --remove lcov.info 'test/*' 'script/*' 'node_modules/*' --output-file lcov.info --rc lcov_branch_coverage=1 - name: Post coverage report