Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPasquale committed Jan 15, 2025
1 parent 96c4e58 commit fe359a2
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:
COVERAGE_FILE: coverage/coverage.${{ matrix.ci_node_index }}.json
CI_NODE_INDEX: ${{ matrix.ci_node_index }}
uses: ./.github/actions/docker-run
with:
run: ./cc-test-reporter format-coverage --output $COVERAGE_FILE
run: ./cc-test-reporter format-coverage --output coverage/coverage.${{ env.CI_NODE_INDEX }}.json
- name: Run LSs
run: |
find *coverage*
Expand Down

0 comments on commit fe359a2

Please sign in to comment.