Skip to content

Commit

Permalink
use Coveralls GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmerwin committed Nov 25, 2019
1 parent b1f7950 commit 3d82534
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -29,7 +29,9 @@ jobs:
run: npm install # switch to `npm ci` when Node.js 6 support is dropped

- name: Run tests
run: npm run test-coveralls
env:
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
COVERALLS_GIT_BRANCH: "${{ github.ref }}"
run: npm run test-cov

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3d82534

Please sign in to comment.