From acaa188a41f1226debaf812637531cd24bb0d68e Mon Sep 17 00:00:00 2001 From: Timepunk <45543880+0xTimepunk@users.noreply.github.com> Date: Wed, 24 Jan 2024 17:53:23 +0000 Subject: [PATCH] ci: fix --- .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 6d4122414..7ac663a44 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -103,7 +103,7 @@ jobs: - name: "Install Foundry" uses: "foundry-rs/foundry-toolchain@v1" - - name: "Generate the coverage report using the unit and the integration tests" + - name: "Generate the coverage report using unit and integration tests" run: 'FOUNDRY_PROFILE=coverage forge coverage --match-path "test/**/*.sol" --report lcov' - name: "Upload coverage report to Codecov"