Skip to content

Commit ae0ae87

Browse files
authored
automatically count the number of files (#1964)
1 parent 118ebad commit ae0ae87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@ jobs:
14011401
run: |
14021402
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
14031403
chmod +x ./cc-test-reporter
1404-
./cc-test-reporter sum-coverage all_coverages/codeclimate.*.json --parts 16
1404+
./cc-test-reporter sum-coverage all_coverages/codeclimate.*.json --parts $(ls all_coverages/*.json | wc --lines)
14051405
- name: upload coverages
14061406
run: |
14071407
./cc-test-reporter upload-coverage

0 commit comments

Comments
 (0)