Skip to content

Commit 0168db1

Browse files
committed
add missing info into ci
1 parent 506e119 commit 0168db1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ jobs:
110110
- name: Upload coverage to Coveralls
111111
env:
112112
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
113-
COVERALLS_SERVICE_NAME: github-actions
113+
COVERALLS_SERVICE_NAME: github
114+
COVERALLS_SERVICE_NUMBER: ${{ github.run_number }}
115+
COVERALLS_SERVICE_JOB_ID: ${{ github.run_id }}
116+
COVERALLS_GIT_BRANCH: ${{ github.ref_name }}
117+
COVERALLS_GIT_COMMIT: ${{ github.sha }}
118+
COVERALLS_PARALLEL: false
114119
run: |
115-
cat coverage/lcov.info | coveralls
120+
echo "Uploading coverage for build #${{ github.run_number }}"
121+
cat coverage/lcov.info | coveralls --verbose

0 commit comments

Comments
 (0)