Skip to content

Commit

Permalink
ci(gh-actions): add Coveralls action
Browse files Browse the repository at this point in the history
  • Loading branch information
VovanR committed Nov 25, 2020
1 parent 815777f commit 53dc759
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Tests
on: [push]
on: [push, pull_request]

jobs:
test:
Expand All @@ -26,3 +26,8 @@ jobs:
- run: npm test
env:
CI: true

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

0 comments on commit 53dc759

Please sign in to comment.