Skip to content

Commit

Permalink
chore: collect coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Oct 5, 2020
1 parent 7dc9190 commit 6990561
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ jobs:
- run: npm install
- run: npm run build --if-present
- run: npm test
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6990561

Please sign in to comment.