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 3617a85 commit 565d09dCopy full SHA for 565d09d
1 file changed
.github/workflows/node.js.yml
@@ -32,3 +32,5 @@ jobs:
32
- run: cat ./coverage/lcov.info | npx coveralls
33
env:
34
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