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 58
58
node-version : 20.x
59
59
cache : " npm"
60
60
61
- - name : Install npm
62
- run : npm install -g npm@9
63
-
64
61
65
62
# Default Python (3.12) doesn't have support for distutils
66
63
# https://github.com/nodejs/node-gyp/issues/2869
@@ -105,10 +102,11 @@ jobs:
105
102
for report in "${coverage_reports[@]}"; do
106
103
echo "Processing report: $report"
107
104
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
109
106
done
110
107
111
108
coveralls done
112
109
env :
113
110
COVERALLS_GIT_BRANCH : ${{ github.head_ref || github.ref_name }}
114
111
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