Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpontetto committed Jan 8, 2025
1 parent 2071824 commit 90033cb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,11 @@ jobs:
ls
ls -a coverage
- name: Report to CodeClimate
run: |
chmod -R 777 "coverage/"
./cc-test-reporter format-coverage --output "coverage/coverage.${{ matrix.ci_node_index }}.json" --prefix /github/workspace
env:
CI_NODE_INDEX: ${{ matrix.ci_node_index }}
uses: ./.github/actions/docker-run
with:
run: ./cc-test-reporter format-coverage --output "coverage/coverage.${CI_NODE_INDEX}.json"
- name: Upload partial coverage
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 90033cb

Please sign in to comment.