We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb79a5 commit 9c215ffCopy full SHA for 9c215ff
.github/workflows/check-test.yaml
@@ -113,8 +113,10 @@ jobs:
113
for report in "${coverage_reports[@]}"; do
114
echo "Processing report: $report"
115
flag_name=$(sed -E 's/packages\/([^\/]*)\/coverage\/lcov.info/\1/g' <<<$report)
116
- coveralls report --base-path . --job-flag=$flag_name $report
+ coveralls report --base-path . --job-flag=$flag_name $report --parallel --service-name github-actions
117
done
118
+
119
+ coveralls done
120
env:
121
COVERALLS_GIT_BRANCH: ${{ github.head_ref || github.ref_name }}
122
COVERALLS_REPO_TOKEN: ${{ github.token }}
0 commit comments