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 d57eb61 commit eb93b1eCopy full SHA for eb93b1e
.github/workflows/check-test.yaml
@@ -112,7 +112,7 @@ jobs:
112
coverage_reports=(ls packages/*/coverage/lcov.info)
113
for report in "${coverage_reports[@]}"; do
114
flag_name=$(sed -E 's/packages\/([^\/]*)\/coverage\/lcov.info/\1/g' <<< $report)
115
- coverage report --base-path . --job-flag=$flag_name $report
+ coveralls report --base-path . --job-flag=$flag_name $report
116
done
117
env:
118
COVERALLS_GIT_BRANCH: ${{ github.head_ref || github.ref_name }}
0 commit comments