From b1c88f7f151556fe67f37ca8d64cc9e7b7c3fb89 Mon Sep 17 00:00:00 2001 From: Axel Pontetto Wasik Date: Mon, 30 Dec 2024 13:31:02 -0300 Subject: [PATCH] . --- .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 e493369e..48b6ac5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,7 +192,7 @@ jobs: ls ls -a coverage - name: Report to CodeClimate - run: ./cc-test-reporter format-coverage --output "coverage/coverage.${{ matrix.ci_node_index }}.json" + run: ./cc-test-reporter format-coverage --output "coverage/coverage.${{ matrix.ci_node_index }}.json" --prefix /github/workspace - name: Upload partial coverage uses: actions/upload-artifact@v4 with: