Skip to content

Commit

Permalink
ci: add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
run-nan committed Dec 26, 2020
1 parent 3594144 commit 3e21c7e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ jobs:
run: npm install

- name: Run Unit Test
run: npm run test
run: npm run test

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

0 comments on commit 3e21c7e

Please sign in to comment.