Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
ci(coverage): Add coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Mar 9, 2020
1 parent b5c57de commit 01eb76b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ jobs:
- run: npm run test:ci -- --no-color
env:
CI: true
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 01eb76b

Please sign in to comment.