Skip to content

Commit 565d09d

Browse files
authored
add COVERALLS_SERVICE_NAME and COVERALLS_GIT_BRANCH envvars
1 parent 3617a85 commit 565d09d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ jobs:
3232
- run: cat ./coverage/lcov.info | npx coveralls
3333
env:
3434
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
35+
COVERALLS_SERVICE_NAME: "gh-actions"
36+
COVERALLS_GIT_BRANCH: ${{ steps.extract_branch.outputs.branch }}

0 commit comments

Comments
 (0)