Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Aug 29, 2019
1 parent 896e93b commit b80cfc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -39,8 +39,8 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_SERVICE_NAME: github
COVERALLS_GIT_COMMIT: ${{ github.sha }}
COVERALLS_GIT_BRANCH: ${{ github.ref }}
COVERALLS_GIT_COMMIT: HEAD
COVERALLS_GIT_BRANCH: ${{ GITHUB_REF }}
run: |
npm install coveralls
cat ./coverage/lcov.info | ./node_modules/.bin/coveralls || true
Expand Down

0 comments on commit b80cfc2

Please sign in to comment.