Skip to content

Commit 9c215ff

Browse files
committed
use parallel
1 parent 4bb79a5 commit 9c215ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,10 @@ jobs:
113113
for report in "${coverage_reports[@]}"; do
114114
echo "Processing report: $report"
115115
flag_name=$(sed -E 's/packages\/([^\/]*)\/coverage\/lcov.info/\1/g' <<<$report)
116-
coveralls report --base-path . --job-flag=$flag_name $report
116+
coveralls report --base-path . --job-flag=$flag_name $report --parallel --service-name github-actions
117117
done
118+
119+
coveralls done
118120
env:
119121
COVERALLS_GIT_BRANCH: ${{ github.head_ref || github.ref_name }}
120122
COVERALLS_REPO_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)