Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpontetto committed Dec 30, 2024
1 parent b1c88f7 commit 2071824
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2071824

Please sign in to comment.