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: