From 2071824daa72168895c2f2c4be7fc2696db0d310 Mon Sep 17 00:00:00 2001 From: Axel Pontetto Wasik Date: Mon, 30 Dec 2024 14:11:02 -0300 Subject: [PATCH] . --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48b6ac5b..ac32a437 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,7 +192,9 @@ jobs: ls ls -a coverage - name: Report to CodeClimate - run: ./cc-test-reporter format-coverage --output "coverage/coverage.${{ matrix.ci_node_index }}.json" --prefix /github/workspace + run: | + chmod -R 777 "coverage/" + ./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: