Skip to content

Commit c248eb8

Browse files
committed
try to get the commit right
1 parent bda73e1 commit c248eb8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/check-test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ jobs:
5858
node-version: 20.x
5959
cache: "npm"
6060

61-
- name: Install npm
62-
run: npm install -g npm@9
63-
6461
- name: Use [email protected]
6562
# 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 }}

0 commit comments

Comments
 (0)