Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezIgnacio committed Jan 15, 2025
1 parent 1e04c9e commit 96c4e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ jobs:
path: "./app/ ./spec/"
- name: Report to CodeClimate
env:
CI_NODE_INDEX: ${{ matrix.ci_node_index }}
COVERAGE_FILE: coverage/coverage.${{ matrix.ci_node_index }}.json
uses: ./.github/actions/docker-run
with:
run: ./cc-test-reporter format-coverage --output 'coverage/coverage.${CI_NODE_INDEX}.json'
run: ./cc-test-reporter format-coverage --output $COVERAGE_FILE
- name: Run LSs
run: |
find *coverage*
Expand Down

0 comments on commit 96c4e58

Please sign in to comment.