File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 5858 node-version : 20.x
5959 cache : " npm"
6060
61- - name : Install npm
62- run : npm install -g npm@9
63-
64616562 # Default Python (3.12) doesn't have support for distutils
6663 # https://github.com/nodejs/node-gyp/issues/2869
@@ -105,10 +102,11 @@ jobs:
105102 for report in "${coverage_reports[@]}"; do
106103 echo "Processing report: $report"
107104 flag_name=$(sed -E 's/packages\/([^\/]*)\/coverage\/lcov.info/\1/g' <<<$report)
108- coveralls report --base-path . --job-flag=$flag_name $report --parallel --service-name github-actions
105+ coveralls report --base-path . --job-flag=$flag_name $report --parallel --no-logo --debug
109106 done
110107
111108 coveralls done
112109 env :
113110 COVERALLS_GIT_BRANCH : ${{ github.head_ref || github.ref_name }}
114111 COVERALLS_REPO_TOKEN : ${{ github.token }}
112+ COVERALLS_COMMIT : ${{ github.event.pull_request.head.sha || github.sha }}
You can’t perform that action at this time.
0 commit comments